vswitchd: Move fail-mode config to Bridge table
authorJustin Pettit <jpettit@nicira.com>
Fri, 16 Jul 2010 03:56:43 +0000 (20:56 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 31 Jul 2010 04:26:54 +0000 (21:26 -0700)
commit31681a5d627cec70864764586829bdb92abf2f30
tree26c2117bbfc16091c65be3cb9cbd630b9253df70
parent1a048029a0902439c3f17c49a7f71e4d09fecf70
vswitchd: Move fail-mode config to Bridge table

Configuration of the fail-mode was an attribute of the Controller table.
However, it makes more sense as an attribute of the Bridge table, since
the behavior defines what a bridge should do if it can't connect to
*any* controller.  This commit makes the move.
ofproto/ofproto.c
ofproto/ofproto.h
tests/ovs-vsctl.at
utilities/ovs-openflowd.c
utilities/ovs-vsctl.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml