]> git.karo-electronics.de Git - mv-sheeva.git/commit
vlan: Match underlying dev carrier on vlan add
authorPhil Oester <kernel@linuxace.com>
Tue, 17 Aug 2010 18:45:08 +0000 (18:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 07:26:46 +0000 (00:26 -0700)
commit0ac820eebe9008094040955d294ef7b33b418413
tree5ce37697c91666fd5c83930c32cf8181dc7e67c7
parent0645bab7da3cb021157e5c661ef35f1d1226785a
vlan: Match underlying dev carrier on vlan add

When adding a new vlan, if the underlying interface has no carrier,
then the newly added vlan interface should also have no carrier.
At present, this is not true - the newly added vlan is added with
carrier up.  Fix by checking state of real device.

Signed-off-by: Phil Oester <kernel@linuxace.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c