commit | 55462cf30ad9768fff6a6d36db21879146a39bdf | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Sun Oct 14 04:30:56 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 16 14:41:46 2012 -0400 |
tree | f306def961d7f9ca6cc835c5133c592973f91a0c | |
parent | 73b7656ce4e09eb137ee6f845a9e11a7f132df1c [diff] |
vlan: fix bond/team enslave of vlan challenged slave/port In vlan_uses_dev() check for number of vlan devs rather than existence of vlan_info. The reason is that vlan id 0 is there without appropriate vlan dev on it by default which prevented from enslaving vlan challenged dev. Reported-by: Jon Stanley <jstanley@rmrf.net> Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>