]> granicus.if.org Git - ipset/commitdiff
Remove supporting set types iptree and iptreemap
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 24 May 2011 19:06:02 +0000 (21:06 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 24 May 2011 19:06:02 +0000 (21:06 +0200)
src/ipset_hash_ip.c

index 0af65b7b5e74a216382d632c2eb07a0352300923..bf859d51293e778581a6608bbaf70af9527e1c24 100644 (file)
@@ -81,7 +81,7 @@ static const char hash_ip_usage[] =
 
 struct ipset_type ipset_hash_ip0 = {
        .name = "hash:ip",
-       .alias = { "iphash", "iptree", "iptreemap", NULL },
+       .alias = { "iphash", NULL },
        .revision = 0,
        .family = AF_INET46,
        .dimension = IPSET_DIM_ONE,