From: Phil Oester Date: Tue, 17 Aug 2010 18:45:08 +0000 (+0000) Subject: vlan: Match underlying dev carrier on vlan add X-Git-Tag: v2.6.36-rc3~42^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac820eebe9008094040955d294ef7b33b418413;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed