From a76a37efec27ac203de8424cbb2c5a81679f3b6c Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Wed, 8 Mar 2017 17:18:23 -0800 Subject: conntrack: Force commit. Userspace support for force commit. Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer --- tests/ofp-actions.at | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/ofp-actions.at') diff --git a/tests/ofp-actions.at b/tests/ofp-actions.at index c185eaa4d..4f0ec8f04 100644 --- a/tests/ofp-actions.at +++ b/tests/ofp-actions.at @@ -161,6 +161,12 @@ ffff 0018 00002320 0023 0000 00000000 0000 FF 000000 0000 # actions=ct(commit) ffff 0018 00002320 0023 0001 00000000 0000 FF 000000 0000 +# actions=ct(commit,force) +ffff 0018 00002320 0023 0003 00000000 0000 FF 000000 0000 + +# bad OpenFlow10 actions: OFPBAC_BAD_ARGUMENT +ffff 0018 00002320 0023 0002 00000000 0000 FF 000000 0000 + # actions=ct(table=10) ffff 0018 00002320 0023 0000 00000000 0000 0A 000000 0000 @@ -182,6 +188,10 @@ ffff 0018 00002320 0023 0000 00010004 001F FF 000000 0000 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl ffff 0018 00002320 0007 001f 0001d604 000000000000f009 +# actions=ct(commit,force,exec(load:0xf009->NXM_NX_CT_MARK[])) +ffff 0030 00002320 0023 0003 00000000 0000 FF 000000 0000 dnl +ffff 0018 00002320 0007 001f 0001d604 000000000000f009 + # bad OpenFlow10 actions: OFPBAC_BAD_SET_ARGUMENT & ofp_actions|WARN|cannot set CT fields outside of ct action ffff 0018 00002320 0007 001f 0001d604 000000000000f009 -- cgit v1.2.1