diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2025-02-04 21:22:35 +0000 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2025-02-04 21:27:21 +0000 |
| commit | f16ca171eaad70563872f61042eccd2971da572f (patch) | |
| tree | 5817062685f2607d594de2b09e94d22690f080d7 /sys/netinet/libalias | |
| parent | fffedd81a4bf86b1f77fc4ba0d170e7ef73d552c (diff) | |
Diffstat (limited to 'sys/netinet/libalias')
| -rw-r--r-- | sys/netinet/libalias/libalias.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index c19acffe03ae..1b8ecc14059d 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -200,11 +200,11 @@ is closed. .It Dv PKT_ALIAS_UNREGISTERED_ONLY If this mode bit is set, traffic on the local network which does not originate from unregistered address spaces will be ignored. -Standard Class A, B and C unregistered addresses are: +The standard private IP address ranges are: .Pp -10.0.0.0 -> 10.255.255.255 (Class A subnet) -172.16.0.0 -> 172.31.255.255 (Class B subnets) -192.168.0.0 -> 192.168.255.255 (Class C subnets) +10.0.0.0 -> 10.255.255.255 (/8) +172.16.0.0 -> 172.31.255.255 (/16) +192.168.0.0 -> 192.168.255.255 (/24) .Pp This option is useful in the case that the packet aliasing host has both registered and unregistered subnets on different interfaces. |
