[patch 1/1] netns: filter out uevent not belonging to init_net

David Miller davem at davemloft.net
Tue Nov 25 16:46:46 PST 2008


From: ebiederm at xmission.com (Eric W. Biederman)
Date: Tue, 25 Nov 2008 09:40:59 -0800

> Daniel Lezcano <dlezcano at fr.ibm.com> writes:
> 
> > This patch will filter out the uevent not related to the init_net.
> > Without this patch if a network device is created in a network
> > namespace with the same name as one network device belonging to the
> > initial network namespace (eg. eth0), when the network namespace
> > will die and the network device will be destroyed, an event will
> > be sent and catched by the udevd daemon. That will result to have
> > the real network device to be shutdown because the udevd/uevent are
> > not namespace aware.
> 
> It is belt and suspenders at this point.  As those devices should
> not even be in sysfs at the moment.  But it keeps us from doing the
> wrong thing when sysfs support starts coming on line.
> 
> Acked-by: "Eric W. Biederman" <ebiederm at xmission.com>

Applied to net-next-2.6, thanks.


More information about the Containers mailing list