summaryrefslogtreecommitdiff
path: root/tests/ofp-actions.at
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2017-03-08 17:18:23 -0800
committerJarno Rajahalme <jarno@ovn.org>2017-03-08 17:23:24 -0800
commit2cd20955dc85dc611b5f24c8977d5a3f842ae380 (patch)
tree3554004083959d22a3676b88f46fc41e501bced1 /tests/ofp-actions.at
parentdaf4d3c18da4356ea7469ea0b467278651c91baa (diff)
downloadopenvswitch-2cd20955dc85dc611b5f24c8977d5a3f842ae380.tar.gz
actions: Add resubmit with conntrack tuple.
Add resubmit option to use the conntrack original direction tuple swapped with the corresponding packet header fields during the lookup. This could allow the same ACL table be used for admitting return and/or related traffic as is used for admitting the original direction traffic. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Joe Stringer <joe@ovn.org>
Diffstat (limited to 'tests/ofp-actions.at')
-rw-r--r--tests/ofp-actions.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ofp-actions.at b/tests/ofp-actions.at
index 58d540afe..c185eaa4d 100644
--- a/tests/ofp-actions.at
+++ b/tests/ofp-actions.at
@@ -91,6 +91,9 @@ ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
# actions=resubmit(10,5)
ffff 0010 00002320 000e 000a 05 000000
+# actions=resubmit(10,5,ct)
+ffff 0010 00002320 002c 000a 05 000000
+
# actions=output:NXM_NX_REG1[5..10]
ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
@@ -407,6 +410,9 @@ ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
# actions=resubmit(10,5)
ffff 0010 00002320 000e 000a 05 000000
+# actions=resubmit(10,5,ct)
+ffff 0010 00002320 002c 000a 05 000000
+
# actions=output:NXM_NX_REG1[5..10]
ffff 0018 00002320 000f 0145 00010204 ffff 000000000000