summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/udplite.t.payload.ip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/udplite.t.payload.ip')
-rw-r--r--tests/py/inet/udplite.t.payload.ip9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/py/inet/udplite.t.payload.ip b/tests/py/inet/udplite.t.payload.ip
index 3da9e538..8321c239 100644
--- a/tests/py/inet/udplite.t.payload.ip
+++ b/tests/py/inet/udplite.t.payload.ip
@@ -28,8 +28,7 @@ ip test-ip4 input
[ payload load 1b @ network header + 9 => reg 1 ]
[ cmp eq reg 1 0x00000088 ]
[ payload load 2b @ transport header + 0 => reg 1 ]
- [ cmp lt reg 1 0x00003200 ]
- [ cmp gt reg 1 0x00003c00 ]
+ [ range neq reg 1 0x00003200 0x00003c00 ]
[ immediate reg 0 accept ]
# udplite sport { 49, 50} drop
@@ -83,8 +82,7 @@ ip test-ip4 input
[ payload load 1b @ network header + 9 => reg 1 ]
[ cmp eq reg 1 0x00000088 ]
[ payload load 2b @ transport header + 2 => reg 1 ]
- [ cmp lt reg 1 0x00003200 ]
- [ cmp gt reg 1 0x00003c00 ]
+ [ range neq reg 1 0x00003200 0x00003c00 ]
[ immediate reg 0 accept ]
# udplite dport { 49, 50} drop
@@ -144,8 +142,7 @@ ip test-ip4 input
[ payload load 1b @ network header + 9 => reg 1 ]
[ cmp eq reg 1 0x00000088 ]
[ payload load 2b @ transport header + 6 => reg 1 ]
- [ cmp lt reg 1 0x00002100 ]
- [ cmp gt reg 1 0x00002d00 ]
+ [ range neq reg 1 0x00002100 0x00002d00 ]
# udplite checksum { 33, 55, 67, 88}
__set%d test-ip4 3