bridge: Enable support for access and native VLAN ports on bonds.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Dec 2011 22:44:23 +0000 (14:44 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Dec 2011 22:45:01 +0000 (14:45 -0800)
commit4cf7aabac84e724929f9ab4031f0ea07a2cd0f1c
treee4ba7c16336250c0f83032e4473172f8088ef79e
parent3f49deabb35d98f573581fcb1c8c0c3c3b9bbb03
bridge: Enable support for access and native VLAN ports on bonds.

Since Open vSwitch's inception we've disabled the use of bonds as access
ports, for no particularly good reason.  This also unintentionally
prevented bonds from being used as native VLAN ports.

This commit removes the code that prevented using bonds these ways

Reported-and-tested-by: "Michael A. Collins" <mike.a.collins@ark-net.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
vswitchd/bridge.c