From 49ee984320b7665fdd9e65c6f576c4908f0bcf20 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 27 May 2011 20:56:13 +0200 Subject: Remove iptree tests and compatibility element parsing --- src/ipset_hash_ip.c | 1 - tests/runtest.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- cgit v1.2.3