ovs-vswitchd: Add ability to disable in-band on a bridge
authorJustin Pettit <jpettit@nicira.com>
Tue, 19 Oct 2010 22:58:35 +0000 (15:58 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 19 Oct 2010 23:39:48 +0000 (16:39 -0700)
commit8731b2b688b34e02c9357ce6755c5acadfe613e9
treeca62380001bb54f0b4fbca41b6b43fcfa03de678
parent27bcf966b4057623f7b4d856c0348a1e0eb452e0
ovs-vswitchd: Add ability to disable in-band on a bridge

In-band control is always enabled when a manager is configured.  Some
applications wish to control all the flows within a bridge, and in-band
control can override that wish.  Depending on how the network is
configured, this can lead to loops as the in-band control rules try to
learn where to send traffic.

This commit adds a "disable-in-band" key to the "other_config" column of
bridge tables.  If set to "true", in-band will be disabled regardless of
manager or controller configuration.
vswitchd/bridge.c
vswitchd/vswitch.xml