commit | abf07acbb9f122218095d0d221e0f949160ccc37 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Wed Sep 12 14:54:14 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:17 2007 -0700 |
tree | eca70bc6a9c97fef39500bad0bca67efdf78402f | |
parent | 36ac3135f5e824942fada4efa3204066b4b40ab1 [diff] |
[NETNS]: Fix loopback network namespace initialization. The core patchset of the network namespace sent by Eric Biederman does not do dynamic loopback creation. So there is no call to alloc_netdev_mq which fills the network namespace field of the netdevice. This patch assign the loopback to the init network namespace. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>