summaryrefslogtreecommitdiffstats
path: root/src/ipset_hash_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipset_hash_ip.c')
-rw-r--r--src/ipset_hash_ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipset_hash_ip.c b/src/ipset_hash_ip.c
index 1d9a175..dfef47f 100644
--- a/src/ipset_hash_ip.c
+++ b/src/ipset_hash_ip.c
@@ -75,7 +75,8 @@ static const char hash_ip_usage[] =
"test SETNAME IP\n\n"
"where depending on the INET family\n"
" IP, FROM and TO are IPv4 or IPv6 addresses (or hostnames),\n"
-" CIDR is a valid IPv4 or IPv6 CIDR prefix.\n";
+" CIDR is a valid IPv4 or IPv6 CIDR prefix.\n"
+" Adding/deleting multiple elements is supported for IPv4 only.\n";
struct ipset_type ipset_hash_ip0 = {
.name = "hash:ip",