summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/ovn.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ovn.at b/tests/ovn.at
index ecdb2be15..126574c52 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -887,6 +887,10 @@ ct_snat(foo, bar);
ct_snat();
Syntax error at `)' expecting IPv4 address.
+# ct_clear
+ct_clear;
+ encodes as ct_clear
+
# clone
clone { ip4.dst = 255.255.255.255; output; }; next;
encodes as clone(set_field:255.255.255.255->ip_dst,resubmit(,64)),resubmit(,27)