[ovs-dev] [PATCH v2 0/3] Look inside write_actions for output ports and groups

Ben Pfaff blp at nicira.com
Tue Sep 29 23:33:38 UTC 2015


This is v2 of the series originally posted here:
	http://openvswitch.org/pipermail/dev/2015-September/059719.html

v1->v2: Patch 1 made more comprehensive (thanks to Gavin Remaley).
  Other patches unchanged.

Ben Pfaff (3):
  ofp-actions: Look inside write_actions for output ports and groups.
  ovs-ofctl: Add "out_group" keyword for OF1.1+ matching on output
    group.
  tests: Add tests for out_port and out_group.

 AUTHORS                  |   1 +
 NEWS                     |   2 +
 lib/ofp-actions.c        |  66 ++++++++++++++++++++++++++-
 lib/ofp-actions.h        |  12 +++++
 lib/ofp-parse.c          |   6 +++
 ofproto/ofproto.c        |   2 +-
 tests/ofproto-dpif.at    |   5 ++-
 tests/ofproto.at         | 114 +++++++++++++++++++++++++++++++++++++++++++++++
 utilities/ovs-ofctl.8.in |   9 +++-
 9 files changed, 211 insertions(+), 6 deletions(-)

-- 
2.1.3




More information about the dev mailing list