summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-10-31 13:33:34 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-10-31 14:38:45 +0100
commit6c00ab9db921c1a2059eb3ea45769a12e0597236 (patch)
tree24677ed3618910d839f136745e348afd83e2768a /tests
parent740b719aa77a2100076d16c58bc5d6e04f731b9f (diff)
tests/py: add missing payload test for numgen offset
The new cover test for: ct mark set numgen inc mod 2 offset 100 was lacking the payload file chunk. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/py/ip/numgen.t.payload5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/py/ip/numgen.t.payload b/tests/py/ip/numgen.t.payload
index a548b5c8..a8ba2149 100644
--- a/tests/py/ip/numgen.t.payload
+++ b/tests/py/ip/numgen.t.payload
@@ -22,3 +22,8 @@ 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 numgen inc mod 2 offset 100
+ip test-ip4 pre
+ [ numgen reg 1 = inc mod 2 offset 100 ]
+ [ ct set mark with reg 1 ]
+