diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-05-24 21:06:02 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-05-24 21:06:02 +0200 |
commit | e3652404a579ca3627efcd539a6dbf7c19274751 (patch) | |
tree | 6d4b420f4422cbf197a7d842e6c882358b2569d7 /src | |
parent | 31019df09095dea013c9ab8ce6d059a3aae5cd7d (diff) | |
download | ipset-e3652404a579ca3627efcd539a6dbf7c19274751.tar.gz |
Remove supporting set types iptree and iptreemap
Diffstat (limited to 'src')
-rw-r--r-- | src/ipset_hash_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |