ovs-controller: Allow setting of allowed OpenFlow versions
authorSimon Horman <horms@verge.net.au>
Mon, 19 Nov 2012 05:59:33 +0000 (14:59 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 29 Nov 2012 16:05:14 +0000 (08:05 -0800)
commitbe721d87f4978f7625b9948591c7ffb079262fd9
tree1fe530edff0fe3fac877725ba4fb50a965798518
parent37923ac734a8b8bdb4da2fe77a24d77d487dc056
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 <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-controller.8.in
utilities/ovs-controller.c