]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[VLAN]: Handle vlan devices net namespace changing.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 16 Apr 2008 07:57:01 +0000 (00:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 07:57:01 +0000 (00:57 -0700)
commit30688a9a3e06d83d187658bd1c15f0e306bed38b
tree11d1e2d7c87948025bd4d23e9001e56fe063dc5e
parent65d292a2ef2df66fd1ab83447afee71ef3720ded
[VLAN]: Handle vlan devices net namespace changing.

When van device is moved to another namespace proc files,
related to this device, should also change one.

Use the netdev REGISTER and UNREGISTER event handlers for this.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c