CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/15 14:28:27
Modified files:
sbin/route : show.c
usr.bin/netstat: show.c
Log message:
"Route show" and "netstat -r" provide formatting for routing tables with
sufficient space to display v4 addresses cleanly, but which truncate v6
addresses. The -n flag on each already provides additional column width
for IPv6 addresses. Make this formatting the default.
OK phessler kn
