summaryrefslogtreecommitdiffstats
path: root/tests/iphash.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iphash.t')
-rw-r--r--tests/iphash.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/iphash.t b/tests/iphash.t
index 14c3395..731457d 100644
--- a/tests/iphash.t
+++ b/tests/iphash.t
@@ -1,5 +1,9 @@
# IP: Create a set
0 ipset -N test iphash --hashsize 128
+# Range: Add zero valued element
+2 ipset -A test 0.0.0.0
+# Range: Test zero valued element
+2 ipset -T test 0.0.0.0
# IP: Add first random value
0 ipset -A test 2.0.0.1
# IP: Add second random value