From 2cd20955dc85dc611b5f24c8977d5a3f842ae380 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Wed, 8 Mar 2017 17:18:23 -0800 Subject: 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 Acked-by: Joe Stringer --- tests/ofp-actions.at | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/ofp-actions.at') 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 -- cgit v1.2.1