vswitchd: Remove default controller config from Open_vSwitch table
authorJustin Pettit <jpettit@nicira.com>
Thu, 15 Jul 2010 21:53:36 +0000 (14:53 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 31 Jul 2010 04:26:54 +0000 (21:26 -0700)
commit1a048029a0902439c3f17c49a7f71e4d09fecf70
tree116e5f3791eefa2205dd510daac6ca15c28cab11
parent3a929702ae4153c97ea1b0bbb6af96b5a59573d0
vswitchd: Remove default controller config from Open_vSwitch table

An OpenFlow controller is normally associated with a bridge.  It was
possible to define a default controller in the Open_vSwitch table that
would be used if one was not associated with a bridge.  This was seldom
used and mostly just caused confusion.  This commit removes that
support, so an OpenFlow controller must always be associated with a
bridge.
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml