[ovs-dev] [PATCH v2 0/2] Enable OpenFlow 1.5 by default

Ben Pfaff blp at ovn.org
Sun Jun 9 23:23:40 UTC 2019


v1->v2:
  * Applied first 8 patches (thanks Numan) and dropped from series.
  * Rebased and reposted.

Ben Pfaff (2):
  ofp-actions: Support OF1.5 meter action.
  OpenFlow: Enable OpenFlow 1.5 by default.

 Documentation/faq/openflow.rst                |  27 ++--
 .../group-selection-method-property.txt       |  16 +--
 Documentation/topics/openflow.rst             |   6 -
 NEWS                                          |   4 +
 include/openvswitch/ofp-actions.h             |   4 +-
 include/openvswitch/ofp-protocol.h            |   5 +-
 lib/ofp-actions.c                             | 117 +++++++++++++-----
 lib/ofp-version-opt.h                         |   2 +-
 lib/ofp-version.man                           |   7 +-
 lib/ovs-actions.xml                           |  11 +-
 tests/ofp-actions.at                          |   3 +
 tests/test-vconn.c                            |  14 +--
 vswitchd/vswitch.xml                          |  13 +-
 13 files changed, 139 insertions(+), 90 deletions(-)

-- 
2.20.1



More information about the dev mailing list