ovs-ofctl: Add "out_group" keyword for OF1.1+ matching on output group.
authorBen Pfaff <blp@ovn.org>
Tue, 8 Sep 2015 22:21:45 +0000 (15:21 -0700)
committerBen Pfaff <blp@ovn.org>
Sun, 29 Nov 2015 18:56:41 +0000 (10:56 -0800)
commit6d5d1f3bb76ca76b31fa8614bb914f91aace3f52
tree3852ce35410962e22a554c01029abc13ab4daec6
parent4f20179ddc79843ef89f68d2c8342df0eb69a814
ovs-ofctl: Add "out_group" keyword for OF1.1+ matching on output group.

It seems that OVS has never supported this OpenFlow feature in ovs-ofctl,
which makes it hard to test.  This commit adds support.

(Open vSwitch has supported this in OpenFlow for a long time; it's only
ovs-ofctl that didn't.)

Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
NEWS
lib/ofp-parse.c
utilities/ovs-ofctl.8.in