From: Jozsef Kadlecsik Date: Fri, 27 May 2011 18:56:13 +0000 (+0200) Subject: Remove iptree tests and compatibility element parsing X-Git-Tag: v6.7~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49ee984320b7665fdd9e65c6f576c4908f0bcf20;p=ipset Remove iptree tests and compatibility element parsing --- diff --git a/src/ipset_hash_ip.c b/src/ipset_hash_ip.c index bf859d5..6926644 100644 --- a/src/ipset_hash_ip.c +++ b/src/ipset_hash_ip.c @@ -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, diff --git a/tests/runtest.sh b/tests/runtest.sh index 2d98a56..a75cee2 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -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