Re: [ovs-dev] [PATCH 3/8] vswitchd: Configuration of allowed OpenFlow versions

2012-11-19 Thread Ben Pfaff
On Mon, Nov 19, 2012 at 02:59:30PM +0900, Simon Horman wrote: > Versions may be configured using the protocols column of > the bridge table. The protocols column is a set which accepts zero > or more of the values: 'OpenFlow10' and 'OpenFlow12'. > > If the protocols column is empty, then OpenFlow1

[ovs-dev] [PATCH 3/8] vswitchd: Configuration of allowed OpenFlow versions

2012-11-18 Thread Simon Horman
Versions may be configured using the protocols column of the bridge table. The protocols column is a set which accepts zero or more of the values: 'OpenFlow10' and 'OpenFlow12'. If the protocols column is empty, then OpenFlow10 is used. This default is consistent with the behaviour of ovs-vswtichd