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/ipporthash.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/ipporthash.t') diff --git a/tests/ipporthash.t b/tests/ipporthash.t index 4db4bf3..74fed1a 100644 --- a/tests/ipporthash.t +++ b/tests/ipporthash.t @@ -6,6 +6,8 @@ 1 ipset -A test 2.0.0.1,0 # Range: Test zero valued element 1 ipset -T test 2.0.0.1,0 +# Range: Delete zero valued element +1 ipset -D test 2.0.0.1,0 # Range: Add lower boundary 0 ipset -A test 2.0.0.1,5 # Range: Add upper boundary -- cgit v1.2.3