Date: Tue, 1 Jul 2003 14:20:12 -0700 (PDT) From: "Andrew Thompson" <andy@fud.org.nz> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/52349: netstat -ni broken for vlan interfaces Message-ID: <200307012120.h61LKCsR091248@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/52349; it has been noted by GNATS. From: "Andrew Thompson" <andy@fud.org.nz> To: freebsd-gnats-submit@FreeBSD.org Cc: mike@sentex.net Subject: Re: bin/52349: netstat -ni broken for vlan interfaces Date: Wed, 2 Jul 2003 09:14:39 +1200 (NZST) Hi, This additional patch aligns the table header with the changes in the PR. --- usr.bin/netstat/if.c.orig Tue Jul 1 22:37:14 2003 +++ usr.bin/netstat/if.c Tue Jul 1 22:38:59 2003 @@ -188,7 +188,7 @@ return; if (!pfunc) { - printf("%-5.5s %5.5s %-13.13s %-17.17s %8.8s %5.5s", + printf("%-7.7s %5.5s %-13.13s %-17.17s %8.8s %5.5s", "Name", "Mtu", "Network", "Address", "Ipkts","Ierrs"); if (bflag) printf(" %10.10s","Ibytes");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307012120.h61LKCsR091248>