summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2019-11-14 14:29:03 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2019-11-14 14:29:03 +0100
commitd2263d22746df101cb63c0293e0646fada46263a (patch)
tree6216864b671a500603a2a13420b4f6ad68656a93 /lib
parent244ad85a3e69654b8ce800088b30e1b5f605bfb8 (diff)
Document explicitly that protocol is not stored in bitmap:port
Diffstat (limited to 'lib')
-rw-r--r--lib/ipset_bitmap_port.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ipset_bitmap_port.c b/lib/ipset_bitmap_port.c
index 72224a7..33f8e6c 100644
--- a/lib/ipset_bitmap_port.c
+++ b/lib/ipset_bitmap_port.c
@@ -69,7 +69,7 @@ static struct ipset_type ipset_bitmap_port0 = {
},
.usage = "where PORT, FROM and TO are port numbers or port names from /etc/services.\n"
" PROTO is only needed if a service name is used and it does not exist\n"
- " as a TCP service; it isn't used otherwise with the bitmap.",
+ " as a TCP service; just the resolved service numer is stored in the set.",
.description = "Initial revision",
};
@@ -136,7 +136,7 @@ static struct ipset_type ipset_bitmap_port1 = {
},
.usage = "where PORT, FROM and TO are port numbers or port names from /etc/services.\n"
" PROTO is only needed if a service name is used and it does not exist\n"
- " as a TCP service; it isn't used otherwise with the bitmap.",
+ " as a TCP service; just the resolved service numer is stored in the set.",
.description = "counters support",
};
@@ -205,7 +205,7 @@ static struct ipset_type ipset_bitmap_port2 = {
},
.usage = "where PORT, FROM and TO are port numbers or port names from /etc/services.\n"
" PROTO is only needed if a service name is used and it does not exist\n"
- " as a TCP service; it isn't used otherwise with the bitmap.",
+ " as a TCP service; just the resolved service numer is stored in the set.",
.description = "comment support",
};
@@ -278,7 +278,7 @@ static struct ipset_type ipset_bitmap_port3 = {
},
.usage = "where PORT, FROM and TO are port numbers or port names from /etc/services.\n"
" PROTO is only needed if a service name is used and it does not exist\n"
- " as a TCP service; it isn't used otherwise with the bitmap.",
+ " as a TCP service; just the resolved service numer is stored in the set.",
.description = "skbinfo support",
};