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

Ben Pfaff blp at nicira.com
Mon Nov 19 21:14:57 UTC 2012


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 OpenFlow10 is used.
> This default is consistent with the behaviour of ovs-vswtichd
> prior to this patch.
> 
> Signed-off-by: Simon Horman <horms at verge.net.au>

The comment on bridge_get_allowed_versions() was a cut-and-paste
error, so I updated it.

The vswitch.xml entry specified the allowed values, but that's
unnecessary because it's automatically included in the documentation
(extracted from the schema constraints).  I removed the extra
specification.

With those changes, I applied this to master.



More information about the dev mailing list