summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip,port,net.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:ip,port,net.t')
-rw-r--r--tests/hash:ip,port,net.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/hash:ip,port,net.t b/tests/hash:ip,port,net.t
index 34cdc1a..89b046c 100644
--- a/tests/hash:ip,port,net.t
+++ b/tests/hash:ip,port,net.t
@@ -38,4 +38,12 @@
0 ipset flush test
# Delete set
0 ipset destroy test
+# Create set to add a range
+0 ipset new test hash:ip,port,net hashsize 64
+# Add a range which forces a resizing
+0 ipset add test 10.0.0.0-10.0.3.255,tcp:80-82,192.168.0.1/24
+# Check that correct number of elements are added
+0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 3072
+# Destroy set
+0 ipset -X test
# eof