},
.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",
};
},
.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",
};
},
.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",
};
},
.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",
};
The \fBset\fR match and \fBSET\fR target netfilter kernel modules interpret
the stored numbers as TCP or UDP port numbers.
.PP
-\fBproto\fR only needs to be specified if a service name is used,
-and that name does not exist as a TCP service.
+\fBproto\fR only needs to be specified if a service name is used
+and that name does not exist as a TCP service. The protocol is never stored
+in the set, just the port number of the service.
.PP
Examples:
.IP