summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ipset_hash_ip.c1
-rwxr-xr-xtests/runtest.sh2
2 files changed, 1 insertions, 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