cvs commit: src/usr.bin/netstat mroute.c

Jeffrey Hsu hsu at FreeBSD.org
Tue Aug 5 10:07:06 PDT 2003


hsu         2003/08/05 10:07:04 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      mroute.c 
  Log:
  * Use sysctlbyname(3) to print statistics about the MFC and
    multicast VIF tables.
    This change is needed for consistency with the rest of the
    netstat/mroute.c implementation, and because in some
    cases "netstat -g" may fail to report the multicast forwarding
    information (e.g., if we run a multicast router on PicoBSD).
  
  * Remove "DVMRP" from the head comment of file netstat/mroute.c,
    because the printed multicast-related statistics are not
    DVMRP-specific anymore.
  
  Submitted by:   Pavlin Radoslavov <pavlin at icir.org>
  
  Revision  Changes    Path
  1.20      +24 -6     src/usr.bin/netstat/mroute.c


More information about the cvs-src mailing list