Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 17:39:02 +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:  <201003271746.o2RHksHw070631@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-03-27 17:39:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              if.c 
  Log:
  SVN rev 205756 on 2010-03-27 17:39:02Z by bz
  
  MFC r204145:
  
    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].
  
    Suggested by: rwatson [1]
    Reviewed by:  rwatson
  
  Revision    Changes    Path
  1.359.2.15  +80 -0     src/sys/net/if.c



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