summaryrefslogtreecommitdiffstats
path: root/tests/hash:net6,port.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:net6,port.t')
-rw-r--r--tests/hash:net6,port.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/hash:net6,port.t b/tests/hash:net6,port.t
index ac23288..1638157 100644
--- a/tests/hash:net6,port.t
+++ b/tests/hash:net6,port.t
@@ -64,4 +64,12 @@
0 n=`ipset save test|wc -l` && test $n -eq 4
# Delete test set
0 ipset destroy test
+# Create set to add a range
+0 ipset new test hash:net,port -6 hashsize 64
+# Add a range which forces a resizing
+0 ipset add test 1::1/64,tcp:80-1105
+# Check that correct number of elements are added
+0 n=`ipset list test|grep 1::|wc -l` && test $n -eq 1026
+# Destroy set
+0 ipset -X test
# eof