From 4eec8b3824d49c1c0503ebbf7844a4e312bc29e1 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Thu, 13 Nov 2008 09:36:37 +0000 Subject: 2.4.4 - Premature checking prevents to add valid elements to hash types, fixed (bug reported by JC Janos). - Local variable shadows another variable, fixed (reported by Jan Engelhardt). - More compiler warning options added and warnings fixed. --- tests/ipportiphash.t | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/ipportiphash.t') diff --git a/tests/ipportiphash.t b/tests/ipportiphash.t index 2b38667..c7c25e5 100644 --- a/tests/ipportiphash.t +++ b/tests/ipportiphash.t @@ -6,6 +6,14 @@ 1 ipset -A test 2.0.0.1,0,0.0.0.0 # Range: Test zero valued element 1 ipset -T test 2.0.0.1,0,0.0.0.0 +# Range: Delete zero valued element +1 ipset -D test 2.0.0.1,0,0.0.0.0 +# Range: Add almost zero valued element +0 ipset -A test 2.0.0.1,0,0.0.0.1 +# Range: Test almost zero valued element +0 ipset -T test 2.0.0.1,0,0.0.0.1 +# Range: Delete almost zero valued element +0 ipset -D test 2.0.0.1,0,0.0.0.1 # Range: Add lower boundary 0 ipset -A test 2.0.0.1,5,1.1.1.1 # Range: Add upper boundary -- cgit v1.2.3