]> granicus.if.org Git - ipset/commitdiff
Remove iptree tests and compatibility element parsing
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 18:56:13 +0000 (20:56 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 18:56:13 +0000 (20:56 +0200)
src/ipset_hash_ip.c
tests/runtest.sh

index bf859d51293e778581a6608bbaf70af9527e1c24..6926644f98fc9aec268bf4277c471c000cb477f1 100644 (file)
@@ -92,7 +92,6 @@ struct ipset_type ipset_hash_ip0 = {
                        .opt = IPSET_OPT_IP
                },
        },
-       .compat_parse_elem = ipset_parse_iptimeout,
        .args = {
                [IPSET_CREATE] = hash_ip_create_args,
                [IPSET_ADD] = hash_ip_add_args,
index 2d98a564faa07f873d2a8b7f784345af6714e184..a75cee2bcab104b8f41a59d0909f5db1f580621f 100755 (executable)
@@ -11,7 +11,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"
 tests="$tests setlist restore"
-tests="$tests iptree iptreemap"
+tests="$tests iptree iptreemap"
 
 # For correct sorting:
 LC_ALL=C