ofp-actions: Allow special handling for nested actions.
authorJoe Stringer <joestringer@nicira.com>
Thu, 10 Sep 2015 02:00:18 +0000 (19:00 -0700)
committerJoe Stringer <joestringer@nicira.com>
Fri, 11 Sep 2015 16:48:07 +0000 (09:48 -0700)
commitd824b5b77e3d85ac9852ce519b4a2d83ae6f6c73
tree9adb7ab4c534a3ec31388cb66d49ae2be647530f
parent704bb0bfa2d44ac3d5cfca2d957ff3e9e812ff8e
ofp-actions: Allow special handling for nested actions.

The next patch will introduce nested actions with special restrictions.
Refactor the action verification to allow ofpacts_verify() to identify
nesting so that these restrictions may be applied.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c