summaryrefslogtreecommitdiffstats
path: root/tests/hash:net,port.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:net,port.t')
-rw-r--r--tests/hash:net,port.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/hash:net,port.t b/tests/hash:net,port.t
index d5f420c..519292c 100644
--- a/tests/hash:net,port.t
+++ b/tests/hash:net,port.t
@@ -62,4 +62,12 @@
0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 1026
# Destroy set
0 ipset -X test
+# Create set to add a range and with range notation in the network
+0 ipset new test hash:net,port hashsize 64
+# Add a range which forces a resizing
+0 ipset add test 10.0.0.0-10.0.2.255,tcp:80-1105
+# Check that correct number of elements are added
+0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 2052
+# Destroy set
+0 ipset -X test
# eof