[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49B518B7.7030409@trash.net>
Date: Mon, 09 Mar 2009 14:25:11 +0100
From: Patrick McHardy <kaber@...sh.net>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
CC: Ben Greear <greearb@...delatech.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] macvlan: Deterministic ingress packet delivery
Eric W. Biederman wrote:
>>>From 22d0a3e4ffa91f85c224d171ed7cc2d64a6dda00 Mon Sep 17 00:00:00 2001
> From: Eric Biederman <ebiederm@...ssion.com>
> Date: Fri, 6 Mar 2009 09:16:30 -0800
> Subject:
>
> Changing the mac address when a macvlan device is up will leave the
> device on the wrong hash chain making it impossible to receive
> packets.
>
> There is no checking of the mac address set on the macvlan. Allowing
> a misconfiguration to grab packets from the the underlying device or
> another macvlan.
>
> To resolve these problems I update the hash table of macvlans when the
> mac address of a macvlan changes, and when updating the hash table
> I verify that the new mac address is usable.
>
> The result is well defined and predictable if not perfect handling of
> mac vlan mac addresses.
>
> To keep the code clear I have created a set of hash table maintenance
> in macvlan so I am not open coding the hash function and the logic
> needed to update the hash table all over the place.
This looks fine, thanks.
Acked-by: Patrick McHardy <kaber@...sh.net>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists