From: Jozsef Kadlecsik Date: Tue, 24 May 2011 19:06:02 +0000 (+0200) Subject: Remove supporting set types iptree and iptreemap X-Git-Tag: v6.7~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3652404a579ca3627efcd539a6dbf7c19274751;p=ipset Remove supporting set types iptree and iptreemap --- diff --git a/src/ipset_hash_ip.c b/src/ipset_hash_ip.c index 0af65b7..bf859d5 100644 --- a/src/ipset_hash_ip.c +++ b/src/ipset_hash_ip.c @@ -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,