summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t.payload
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-09-20 19:25:25 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-10-17 17:55:56 +0200
commit3ed932917cc744b489bd2706a55a1778b0b50c0e (patch)
tree96f226969cab52a9c29510378612751713f78d98 /tests/py/any/ct.t.payload
parentf55ccf9ea1061f8e50065c0cc6b3ed93523f0b97 (diff)
src: use new range expression for != [a,b] intervals
Use new range expression in the kernel to fix wrong bytecode generation. This patch also adjust tests so we don't hit problems there. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/any/ct.t.payload')
-rw-r--r--tests/py/any/ct.t.payload6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/py/any/ct.t.payload b/tests/py/any/ct.t.payload
index 97f292ea..746b75e3 100644
--- a/tests/py/any/ct.t.payload
+++ b/tests/py/any/ct.t.payload
@@ -155,8 +155,7 @@ ip test-ip4 output
ip test-ip4 output
[ ct load mark => reg 1 ]
[ byteorder reg 1 = hton(reg 1, 4, 4) ]
- [ cmp lt reg 1 0x32000000 ]
- [ cmp gt reg 1 0x45000000 ]
+ [ range neq reg 1 0x32000000 0x45000000 ]
# ct mark {0x32, 0x2222, 0x42de3}
__set%d test-ip4 3
@@ -221,8 +220,7 @@ ip test-ip4 output
ip test-ip4 output
[ ct load expiration => reg 1 ]
[ byteorder reg 1 = hton(reg 1, 4, 4) ]
- [ cmp lt reg 1 0xe8800000 ]
- [ cmp gt reg 1 0xc8af0000 ]
+ [ range neq reg 1 0xe8800000 0xc8af0000 ]
# ct expiration {33, 55, 67, 88}
__set%d test-ip4 3