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

Bruce M Simpson bms at FreeBSD.org
Fri Nov 28 09:34:24 PST 2003


bms         2003/11/28 09:34:23 PST

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      if.c netstat.1 route.c 
  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.
  
  PRs:            bin/52349, bin/35838
  Submitted by:   Mike Tancsa, Scot W. Hetzel
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.55      +16 -4     src/usr.bin/netstat/if.c
  1.46      +7 -1      src/usr.bin/netstat/netstat.1
  1.72      +2 -2      src/usr.bin/netstat/route.c


More information about the cvs-src mailing list