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/ipmarkhash.t.list0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/ipmarkhash.t.list0') diff --git a/tests/ipmarkhash.t.list0 b/tests/ipmarkhash.t.list0 index 4ada53a..1157c69 100644 --- a/tests/ipmarkhash.t.list0 +++ b/tests/ipmarkhash.t.list0 @@ -1,10 +1,10 @@ Name: test Type: hash:ip,mark -Header: family inet markmask 4294967295 hashsize 1024 maxelem 65536 +Header: family inet markmask 0xffffffff hashsize 1024 maxelem 65536 Size in memory: 8516 References: 0 Members: -2.0.0.0,5 -2.0.0.1,5 -2.1.0.0,128 -2.1.0.1,128 +2.0.0.0,0x00000005 +2.0.0.1,0x00000005 +2.1.0.0,0x00000080 +2.1.0.1,0x00000080 -- cgit v1.2.3