Subject: Re: bin/1362: netstat -i address column is too narrow
To: None <gnats-bugs@NetBSD.ORG>
From: Kenneth Stailey <kstailey@owl.dol-esa.gov>
List: netbsd-bugs
Date: 08/16/1995 17:03:40
	Ethernet address in dotted notation can vary in width:
	ff.ff.ff.ff.ff.ff	at 16 chars wide is the largest
	0.0.0.0.0.0		at 10 chars wide is the smallest

	"netstat -i" column has room for 14 chars, but prints 15 and 16
	char addresses in their entirety anyway.  This messes up the
	columns.

Oops, increment all base 10 numbers by one.  At least I was consistant
*blush*.

~Ken