summaryrefslogtreecommitdiffstats
path: root/tests/resizet.sh
diff options
context:
space:
mode:
authorOliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>2013-09-28 20:20:01 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-30 20:18:13 +0200
commit4e92e6ba2c4411f0ea3ae503c42fe7029bcc4618 (patch)
tree8141c5e8c5f34e464e3ed998fed28692adf8321d /tests/resizet.sh
parent990de541b957fb1750dc8df849e71106ce9daf4d (diff)
ipset: Add userspace code to support hash:net,port,net kernel module.
This adds the userspace library, tests to validate correct operation of the module and also provides appropriate usage information in the man page. Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'tests/resizet.sh')
-rw-r--r--tests/resizet.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/resizet.sh b/tests/resizet.sh
index ff98d58..c121357 100644
--- a/tests/resizet.sh
+++ b/tests/resizet.sh
@@ -53,6 +53,14 @@ case "$2" in
done
done
;;
+ netportnet)
+ $ipset n test hash:net,port,net $1 hashsize 64 timeout 100
+ for x in `seq 0 16`; do
+ for y in `seq 0 128`; do
+ $ipset a test $ip$x$sep$y/$net,1023,$ip$y$sep$x/$net
+ done
+ done
+ ;;
net)
$ipset n test hash:net $1 hashsize 64 timeout 100
for x in `seq 0 16`; do