On Wed, Nov 28, 2012 at 11:06:54PM -0800, Ben Pfaff wrote: > From: Simon Horman <[email protected]> > > --allowed-ofp-versions allows configuration of the versions > that may be used when establishing an OpenFlow connection. > > The default is 'OpenFlow10' which is consistent with > the behaviour prior to this patch. > > The useful values at this time are: > 'OpenFlow10', 'OpenFlow12' and 'OpenFlow10,OpenFlow12'.
Hi Ben, here is a revised changelog entry: ovs-controller: Allow setting of allowed OpenFlow versions --protocols allows configuration of the versions that may be used when establishing an OpenFlow connection. The default is 'OpenFlow10' which is consistent with the behaviour prior to this patch. The useful values at this time are: 'OpenFlow10', 'OpenFlow12', 'OpenFlow13', Values may be combined in a comma delimited list. e.g.: --protocols 'OpenFlow10,OpenFlow12,OpenFlow13' Signed-off-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
