Date: Wed, 14 Feb 2007 14:17:02 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.c src UPDATING Message-ID: <200702141417.l1EEH2iG008286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2007-02-14 14:17:01 UTC FreeBSD src repository Modified files: usr.bin/netstat route.c . UPDATING Log: 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 Revision Changes Path 1.473 +11 -0 src/UPDATING 1.81 +9 -52 src/usr.bin/netstat/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702141417.l1EEH2iG008286>