cvs commit: src/usr.bin/netstat if.c netstat.1 route.c

Bruce M Simpson bms at spc.org
Sat Nov 29 10:16:56 PST 2003


On Fri, Nov 28, 2003 at 09:34:23AM -0800, Bruce M Simpson wrote:
>   Log:
>   Fix some minor nits in netstat whereby large interface names would be
>   truncated. In environments where many tunnel or vlan interfaces are created,
>   interface names have high numbers which overflow the field width.

I should add that because the resultant output would overflow an 80 column
width terminal, the functionality has been folded under the -W flag and the
documentation updated accordingly.

Whilst I could have broken this into two commits, I chose not to because this
is essentially the same issue being addressed by both PRs, ie. field width.

BMS


More information about the cvs-src mailing list