ofp-actions: Support "resubmit" actions in action sets.
authorSrini Seetharaman <srini.seetharaman@gmail.com>
Sun, 31 Aug 2014 07:24:46 +0000 (00:24 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Sep 2014 16:04:43 +0000 (09:04 -0700)
commit2e34a6a347cb67a228763773c054a7ec7f6658ef
tree521fb19e1ff51f350cfc0dfb999fadc067aa7c1f
parentc44a2a6df4ebde5ec9752d08ff82fec7f0c5c90c
ofp-actions: Support "resubmit" actions in action sets.

Fixing issue where "resubmit" action in a group action set was not
considered sufficient to retain the full action set. This patch allows
a group action set (considered terminal with OF1.4 and earlier spec)
to have the "output" action come from a different table.

Signed-off-by: Srini Seetharaman <srini.seetharaman@gmail.com>
[blp@nicira.com added documentation]
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
lib/ofp-actions.c
utilities/ovs-ofctl.8.in