diff options
-rw-r--r-- | sbin/ipnat/ipnat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.8 b/sbin/ipnat/ipnat.8 index 1eda4972118..fee283ee37a 100644 --- a/sbin/ipnat/ipnat.8 +++ b/sbin/ipnat/ipnat.8 @@ -159,8 +159,8 @@ This is usually one of the three blocks of address space the Internet Assigned Numbers Authority has allocated for private networks (RFC 1597): .Pp .Bd -unfilled -offset indent -compact -10.0.0.0 - 10.255.255.255 (ie. 10/24) -172.16.0.0 - 172.31.255.255 (ie. 172.16/20) +10.0.0.0 - 10.255.255.255 (ie. 10/8) +172.16.0.0 - 172.31.255.255 (ie. 172.16/12) 192.168.0.0 - 192.168.255.255 (ie. 192.168/16) .Ed .Pp |