diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2010-12-17 22:10:01 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2010-12-17 22:10:01 +0100 |
commit | 42ff703f312aa787a7d7cf16fa8d7f599cf8b8cd (patch) | |
tree | ed63ec1f4c1efbb16195be6101391411fa936e7f /tests/runtest.sh | |
parent | 33b0506702a12c48dcdfde3484dae208c4bf1158 (diff) | |
download | ipset-42ff703f312aa787a7d7cf16fa8d7f599cf8b8cd.tar.gz |
Add tests to check hash:ip,port,net type
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-x | tests/runtest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh index 6ce4477..cc2e9db 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -9,6 +9,7 @@ tests="$tests iphash hash:ip hash:ip6" tests="$tests ipporthash hash:ip,port hash:ip6,port" tests="$tests ipportiphash hash:ip,port,ip hash:ip6,port,ip6" tests="$tests nethash hash:net hash:net6 hash:net,port hash:net6,port" +tests="$tests hash:ip,port,net hash:ip6,port,net6" tests="$tests setlist" tests="$tests iptree iptreemap" |