summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t.payload
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-09-29 13:54:21 +0200
committerFlorian Westphal <fw@strlen.de>2017-09-29 13:54:21 +0200
commit2440711cf07ee582db4f0fff3b274acd158dd98f (patch)
treecc81385e6e4782e28d90a0e0bdbe2079a600ef92 /tests/py/inet/ct.t.payload
parent377e22c1a9a50fda2064746399129b0e5d1d448f (diff)
tests: ct: adjust test case commands
use 'ip saddr', 'ip6 saddr', etc. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/inet/ct.t.payload')
-rw-r--r--tests/py/inet/ct.t.payload4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/ct.t.payload b/tests/py/inet/ct.t.payload
index 21c74581..97128ecc 100644
--- a/tests/py/inet/ct.t.payload
+++ b/tests/py/inet/ct.t.payload
@@ -5,9 +5,9 @@ ip test-ip4 output
[ ct load src => reg 1 , dir original ]
[ cmp eq reg 1 0x04030201 ]
-# meta nfproto ipv6 ct original saddr ::1
+# ct original ip6 saddr ::1
inet test-inet input
- [ meta load nfproto => reg 1 ]
+ [ ct load l3protocol => reg 1 , dir original ]
[ cmp eq reg 1 0x0000000a ]
[ ct load src => reg 1 , dir original ]
[ cmp eq reg 1 0x00000000 0x00000000 0x00000000 0x01000000 ]