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