summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/ct.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/ct.t.payload')
-rw-r--r--tests/py/ip/ct.t.payload8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/py/ip/ct.t.payload b/tests/py/ip/ct.t.payload
index 0449b077..56633a24 100644
--- a/tests/py/ip/ct.t.payload
+++ b/tests/py/ip/ct.t.payload
@@ -42,14 +42,14 @@ ip test-ip4 output
[ bitwise reg 1 = (reg=1 & 0x00ffffff ) ^ 0x00000000 ]
[ cmp eq reg 1 0x0001a8c0 ]
-# ct original l3proto ipv4
+# ct l3proto ipv4
ip test-ip4 output
- [ ct load l3protocol => reg 1 , dir original ]
+ [ ct load l3protocol => reg 1 ]
[ cmp eq reg 1 0x00000002 ]
-# ct original protocol 6 ct original proto-dst 22
+# ct protocol 6 ct original proto-dst 22
ip test-ip4 output
- [ ct load protocol => reg 1 , dir original ]
+ [ ct load protocol => reg 1 ]
[ cmp eq reg 1 0x00000006 ]
[ ct load proto_dst => reg 1 , dir original ]
[ cmp eq reg 1 0x00001600 ]