summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/hash.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/hash.t.payload')
-rw-r--r--tests/py/ip/hash.t.payload4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/py/ip/hash.t.payload b/tests/py/ip/hash.t.payload
index 8c28ad98..21227e91 100644
--- a/tests/py/ip/hash.t.payload
+++ b/tests/py/ip/hash.t.payload
@@ -36,3 +36,7 @@ ip test-ip4 pre
[ lookup reg 1 set __map%d dreg 1 ]
[ nat dnat ip addr_min reg 1 addr_max reg 0 ]
+# ct mark set symhash mod 2 offset 100
+ip test-ip4 pre
+ [ hash reg 1 = symhash() % mod 2 offset 100 ]
+ [ ct set mark with reg 1 ]