Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2010 22:09:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <201002202210.o1KMA8Wm065562@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-02-20 22:09:48 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  SVN rev 204145 on 2010-02-20 22:09:48Z by bz
  
  Start to implement ifnet DDB support:
  - 'show ifnets' prints a list of ifnet *s per virtual network stack,
  - 'show ifnet <struct ifnet *>' prints fields matching the given ifp.
  
  We do not yet print the complete set of fields and might want to
  factor this out to an extra if_debug.c file in case this grows
  a lot[1]. We may also want to grow 'show ifnet <if_xname>' support[1].
  
  Sponsored by:   ISPsystem
  Suggested by:   rwatson [1]
  Reviewed by:    rwatson
  MFC after:      5 days
  
  Revision  Changes    Path
  1.377     +81 -0     src/sys/net/if.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002202210.o1KMA8Wm065562>