aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-08-09 09:24:18 -0700
committerBen Pfaff <blp@nicira.com>2011-08-09 09:24:18 -0700
commit299016266ed13376a7d671f66d4e0181b41098e3 (patch)
treec57bdaf9dacc3102079e9f04db5bd0486f039210 /lib/ofp-util.h
parent0697b5c3c9954057028f406757c4fd0208b929b9 (diff)
New action NXAST_RESUBMIT_TABLE.
This makes multiple table support in ofproto-dpif useful, by allowing resubmits into tables other than 0.
Diffstat (limited to 'lib/ofp-util.h')
-rw-r--r--lib/ofp-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ofp-util.h b/lib/ofp-util.h
index dfd47be6..a9601aa1 100644
--- a/lib/ofp-util.h
+++ b/lib/ofp-util.h
@@ -304,6 +304,7 @@ enum ofputil_action_code {
OFPUTIL_NXAST_AUTOPATH,
OFPUTIL_NXAST_BUNDLE,
OFPUTIL_NXAST_BUNDLE_LOAD,
+ OFPUTIL_NXAST_RESUBMIT_TABLE
};
int ofputil_decode_action(const union ofp_action *);