From e3652404a579ca3627efcd539a6dbf7c19274751 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 24 May 2011 21:06:02 +0200 Subject: Remove supporting set types iptree and iptreemap --- src/ipset_hash_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3