vswitch: Force local port into bridge when in-band control configured.
authorBen Pfaff <blp@nicira.com>
Thu, 19 Mar 2009 19:59:34 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Mar 2009 19:59:57 +0000 (12:59 -0700)
commitc4ed1296ead48c84e5956206188d18f568c766c5
treee67b1a3aed7f58ea16d468ccc0399f3f984ae943
parentbd6b231a81787749a85f78e66152c4a74556f0db
vswitch: Force local port into bridge when in-band control configured.

In-band control requires that local port be part of the bridge.  This used
to not matter, because in-band control stole packet-in messages before they
got to any part of the code that cared about configured ports, but now that
in-band control goes through the same flow table as everything else, it
matters.
vswitchd/bridge.c