diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-09-15 17:36:06 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-09-15 17:36:06 +0200 |
commit | 4652cd11938b7ed2ad16cbb80698caa44b0e53bb (patch) | |
tree | d2a06db334d61caa0d0d27277ea817c8f1318a53 /tests/runtest.sh | |
parent | c64649b0856e41b4aab7bdc67566b405da743839 (diff) | |
download | ipset-4652cd11938b7ed2ad16cbb80698caa44b0e53bb.tar.gz |
hash:mac type added to ipset
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-x | tests/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh index fbfa154..05550c6 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -14,7 +14,7 @@ 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 hash:net,net hash:net6,net6" tests="$tests hash:net,port,net hash:net6,port,net6" -tests="$tests hash:net,iface.t" +tests="$tests hash:net,iface.t hash:mac.t" tests="$tests comment setlist restore" # tests="$tests iptree iptreemap" |