summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t.payload
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-06-03 23:37:29 +0200
committerFlorian Westphal <fw@strlen.de>2021-06-07 22:50:55 +0200
commitf98185fd18079cbf4041c24c47a6111fc873a7bc (patch)
treea1045be7468080601937aee07f45a26797f8f317 /tests/py/inet/ct.t.payload
parentcb509f5f37bdc77d4d78a4ad95b7531270de6f72 (diff)
tests: ct: prefer normal cmp
Followup patch will replace the { 1.2.3.4 } with single cmp, so this will cause an error when the netlink dump gets compared. 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.payload7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/py/inet/ct.t.payload b/tests/py/inet/ct.t.payload
index 3b274f8c..f7a2ef27 100644
--- a/tests/py/inet/ct.t.payload
+++ b/tests/py/inet/ct.t.payload
@@ -10,11 +10,8 @@ inet test-inet input
[ ct load src_ip6 => reg 1 , dir original ]
[ cmp eq reg 1 0x00000000 0x00000000 0x00000000 0x01000000 ]
-# ct original ip daddr {1.2.3.4} accept
-__set%d test-inet 3 size 1
-__set%d test-inet 0
- element 04030201 : 0 [end]
+# ct original ip daddr 1.2.3.4 accept
inet test-inet input
[ ct load dst_ip => reg 1 , dir original ]
- [ lookup reg 1 set __set%d ]
+ [ cmp eq reg 1 0x04030201 ]
[ immediate reg 0 accept ]