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:ip6,mark.t.list0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/hash:ip6,mark.t.list0') diff --git a/tests/hash:ip6,mark.t.list0 b/tests/hash:ip6,mark.t.list0 index 0cd930b..f905b2a 100644 --- a/tests/hash:ip6,mark.t.list0 +++ b/tests/hash:ip6,mark.t.list0 @@ -1,10 +1,10 @@ Name: test Type: hash:ip,mark -Header: family inet6 markmask 4294967295 hashsize 1024 maxelem 65536 timeout x +Header: family inet6 markmask 0xffffffff hashsize 1024 maxelem 65536 timeout x Size in memory: 9316 References: 0 Members: -2:1::,128 timeout x -2:1::1,128 timeout x -2::,5 timeout x -2::1,5 timeout x +2:1::,0x00000080 timeout x +2:1::1,0x00000080 timeout x +2::,0x00000005 timeout x +2::1,0x00000005 timeout x -- cgit v1.2.3