From b7a5d5e828989b2f32746fe860f4e8b59c332198 Mon Sep 17 00:00:00 2001 From: Vytas Dauksa Date: Thu, 23 Jan 2014 07:37:48 +0100 Subject: 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 --- tests/hash:ip,mark.t.list0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/hash:ip,mark.t.list0') 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 -- cgit v1.2.3