cvs commit: src/usr.bin/netstat inet.c main.c mroute.c netstat.1 netstat.h

Jeffrey Hsu hsu at FreeBSD.org
Thu Aug 7 11:21:23 PDT 2003


hsu         2003/08/07 11:21:21 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      inet.c main.c mroute.c netstat.1 
                         netstat.h 
  Log:
  1. Add support for printing PIM-related statistics with
          netstat -s -p pim
  
  2. Print information about the bandwidth meters installed in the kernel with
          netstat -g
  
  Submitted by:   Pavlin Radoslavov <pavlin at icir.org>
  
  Revision  Changes    Path
  1.59      +39 -0     src/usr.bin/netstat/inet.c
  1.62      +2 -0      src/usr.bin/netstat/main.c
  1.21      +93 -0     src/usr.bin/netstat/mroute.c
  1.45      +1 -1      src/usr.bin/netstat/netstat.1
  1.35      +1 -0      src/usr.bin/netstat/netstat.h


More information about the cvs-src mailing list