summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-14 14:17:01 +0000
committerbms <bms@FreeBSD.org>2007-02-14 14:17:01 +0000
commit8e211e654f2905ff4b471a2ae2df9be95093c425 (patch)
tree343921ec2462ac43f2c2eee6599a28f012c93318 /UPDATING
parentc0d4ce5ca7286852d2e2ff41cdd7fdae6d1102f7 (diff)
downloadFreeBSD-src-8e211e654f2905ff4b471a2ae2df9be95093c425.zip
FreeBSD-src-8e211e654f2905ff4b471a2ae2df9be95093c425.tar.gz
Retire most of the classful network behaviour of netstat -r output, for IPv4.
Without -n, we now only print a "network name" without the prefix length under the following conditions: 1) the network address and mask matches a classful network prefix; 2) getnetbyaddr(3) returns a network name for this network address. With -n, we unconditionally print the full unabbreviated CIDR network prefix in the form "a.b.c.d/p". 0.0.0.0/0 is still printed as "default". This change is in preparation for changes such as equal-cost multipath, and to more generally assist operational deployment of FreeBSD as a modern IPv4 router. There are currently no plans to backport this change. Discussed on: freebsd-net
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ad9dec0..63b173c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20070214:
+ The output of netstat -r has changed. Without -n, we now only
+ print a "network name" without the prefix length if the network
+ address and mask exactly match a Class A/B/C network, and an entry
+ exists in the nsswitch "networks" map.
+ With -n, we print the full unabbreviated CIDR network prefix in
+ the form "a.b.c.d/p". 0.0.0.0/0 is always printed as "default".
+ This change is in preparation for changes such as equal-cost
+ multipath, and to more generally assist operational deployment
+ of FreeBSD as a modern IPv4 router.
+
20070210:
PIM has been turned on by default in the IPv4 multicast
routing code. The kernel option 'PIM' has now been removed.
OpenPOWER on IntegriCloud