summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-01-20 09:06:23 -0800
committerBen Pfaff <blp@ovn.org>2017-01-21 12:25:14 -0800
commitdb0e819be065c1474ceef232dcc1260c9a2e7c0e (patch)
tree5a51d39b00ee0c3d60e8c7d1693e20024376c1c3 /include
parent4c99cb181b6937efb3819cffc9765999fd7b7796 (diff)
downloadopenvswitch-db0e819be065c1474ceef232dcc1260c9a2e7c0e.tar.gz
actions: Add new "ct_clear" action.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/ovn/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ovn/actions.h b/include/ovn/actions.h
index 6691116b7..1d7bd69e8 100644
--- a/include/ovn/actions.h
+++ b/include/ovn/actions.h
@@ -60,6 +60,7 @@ struct simap;
OVNACT(CT_DNAT, ovnact_ct_nat) \
OVNACT(CT_SNAT, ovnact_ct_nat) \
OVNACT(CT_LB, ovnact_ct_lb) \
+ OVNACT(CT_CLEAR, ovnact_null) \
OVNACT(CLONE, ovnact_nest) \
OVNACT(ARP, ovnact_nest) \
OVNACT(ND_NA, ovnact_nest) \