]> git.baikalelectronics.ru Git - kernel.git/commit
net: init_vlan should not copy slave or master flags
authorJohn Fastabend <john.r.fastabend@intel.com>
Wed, 12 May 2010 21:31:06 +0000 (21:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 10:35:18 +0000 (03:35 -0700)
commitcd7e65ed93743089ec8b4ff12eb953cdd178eb0f
treefbfae006dc8400c82ce387f1f4e39b8488c00e31
parent50c78e107175cf2dfa10bc8bd121f3b641da9f30
net: init_vlan should not copy slave or master flags

The vlan device should not copy the slave or master flags from
the real device. It is not in the bond until added nor is it
a master.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c