summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip,mark.t.list0
diff options
context:
space:
mode:
authorVytas Dauksa <vytas.dauksa@smoothwall.net>2014-01-23 07:37:48 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-01-23 07:37:48 +0100
commitb7a5d5e828989b2f32746fe860f4e8b59c332198 (patch)
tree0b688a660d64831958dbdb9024155e9e2c703145 /tests/hash:ip,mark.t.list0
parent2dfb973c0dcc6d22113e2370f461f1733035baaf (diff)
print mark & mark mask in hex rather then decimal
modified ipset_print_mark to print in hex rather then decimal and altered accordingly test cases. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'tests/hash:ip,mark.t.list0')
-rw-r--r--tests/hash:ip,mark.t.list010
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/hash:ip,mark.t.list0 b/tests/hash:ip,mark.t.list0
index d83b206..715654c 100644
--- a/tests/hash:ip,mark.t.list0
+++ b/tests/hash:ip,mark.t.list0
@@ -1,10 +1,10 @@
Name: test
Type: hash:ip,mark
-Header: family inet markmask 4294967295 hashsize 1024 maxelem 65536 timeout x
+Header: family inet markmask 0xffffffff hashsize 1024 maxelem 65536 timeout x
Size in memory: 8836
References: 0
Members:
-2.0.0.0,5 timeout x
-2.0.0.1,5 timeout x
-2.1.0.0,128 timeout x
-2.1.0.1,128 timeout x
+2.0.0.0,0x00000005 timeout x
+2.0.0.1,0x00000005 timeout x
+2.1.0.0,0x00000080 timeout x
+2.1.0.1,0x00000080 timeout x