]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: Correctly handle device notifications for layered VLAN devices
authorPatrick McHardy <kaber@trash.net>
Tue, 20 May 2008 21:37:36 +0000 (14:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 May 2008 21:37:36 +0000 (14:37 -0700)
commitb59b80413ce95e60ec5372e6525455338e926350
tree5a5827b8f6d2e8b06f31ccb69ce94ce28ac51439
parent155695cf437a74a8677eed5d9f909e925c03b880
vlan: Correctly handle device notifications for layered VLAN devices

Commit e12cd24 ([VLAN]: Handle vlan devices net namespace changing)
changed the device notifier to special-case notifications for VLAN
devices, effectively disabling state propagation to underlying VLAN
devices. This is needed for layered VLANs though, so restore the
original behaviour.

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