summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip6,port,ip6.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:ip6,port,ip6.t')
-rw-r--r--tests/hash:ip6,port,ip6.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/hash:ip6,port,ip6.t b/tests/hash:ip6,port,ip6.t
index bfdc298..93d2861 100644
--- a/tests/hash:ip6,port,ip6.t
+++ b/tests/hash:ip6,port,ip6.t
@@ -46,6 +46,12 @@
0 diff -I 'Size in memory.*' .foo hash:ip6,port,ip6.t.list1 && rm .foo
# Flush test set
0 ipset flush test
+# Add multiple elements in one step
+0 ipset add test 1::1,udp:80-85,2::2
+# Delete multiple elements in one step
+0 ipset del test 1::1,udp:81-85,2::2
+# Check elements after multiple add/del
+0 ipset test test 1::1,udp:80,2::2
# Delete test set
0 ipset destroy test
# eof