aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-07-20 15:07:46 -0700
committerEthan Jackson <ethan@nicira.com>2011-07-22 17:46:48 -0700
commita368bb53d9769ae42042e122775672ac9546e3f9 (patch)
tree4cbb05275c16ffd4ab6d5121eeb78accf0c08b63 /lib/ofp-util.h
parent04a85497b994b0cb1c702d4ff8b0d2149767ae0e (diff)
bundle: New action "bundle_load".
The bundle_load action behaves the same as the bundle action, except instead of outputting, it writes its result to a register.
Diffstat (limited to 'lib/ofp-util.h')
-rw-r--r--lib/ofp-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ofp-util.h b/lib/ofp-util.h
index 7938aa0c..7ee3e69f 100644
--- a/lib/ofp-util.h
+++ b/lib/ofp-util.h
@@ -302,7 +302,8 @@ enum ofputil_action_code {
OFPUTIL_NXAST_SET_TUNNEL64,
OFPUTIL_NXAST_MULTIPATH,
OFPUTIL_NXAST_AUTOPATH,
- OFPUTIL_NXAST_BUNDLE
+ OFPUTIL_NXAST_BUNDLE,
+ OFPUTIL_NXAST_BUNDLE_LOAD,
};
int ofputil_decode_action(const union ofp_action *);