aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-03-04 22:36:43 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-03-04 22:36:43 +0000
commit364655a0c7bfb800056cb0c97d23fd60344c1646 (patch)
treefe9b4c0d6e9b1d60f59482e1966c652e8dc52d09
parent9dcaa0548a3ed4c103f0dfd11838768d5f274097 (diff)
pcap-filter(7): Fix the /128 IPv6 netmask. [skip ci]
-rw-r--r--pcap-filter.manmisc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in
index 10aeb42d..75512cd3 100644
--- a/pcap-filter.manmisc.in
+++ b/pcap-filter.manmisc.in
@@ -212,7 +212,7 @@ number (e.g., 10); the netmask is 255.255.255.255 for a dotted quad
(which means that it's really a host match), 255.255.255.0 for a dotted
triple, 255.255.0.0 for a dotted pair, or 255.0.0.0 for a single number.
An IPv6 network number must be written out fully; the netmask is
-ff:ff:ff:ff:ff:ff:ff:ff, so IPv6 "network" matches are really always
+ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, so IPv6 "network" matches are really always
host matches, and a network match requires a netmask length.
.IP "\fBsrc net \fInetnameaddr\fR"
True if the IPv4/v6 source address of the packet has a network