ovs-ofctl: Add option to set allowed OpenFlow versions
authorSimon Horman <horms@verge.net.au>
Mon, 19 Nov 2012 05:59:32 +0000 (14:59 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 29 Nov 2012 16:02:25 +0000 (08:02 -0800)
commita53a8efa2f88d1e1d44617b6c037144c6eadd2c7
treeeb24b48d52b2b6c72727220e8b8e5447b6f8d386
parentb060d38039759f71391c27ba251b663404163283
ovs-ofctl: Add option to set 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>
manpages.mk
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c