summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-27 20:56:13 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-27 20:56:13 +0200
commit49ee984320b7665fdd9e65c6f576c4908f0bcf20 (patch)
tree305d4ad1f5c7293c4251a5dbeae748b140618e02 /src
parentf491899e87ae0d35a05c266a6a6c3d13d369a177 (diff)
Remove iptree tests and compatibility element parsing
Diffstat (limited to 'src')
-rw-r--r--src/ipset_hash_ip.c1
1 files changed, 0 insertions, 1 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,