Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 14:54:57 +1300
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        "Bjoern A. Zeeb" <bz@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r204145 - head/sys/net
Message-ID:  <20100221015457.GA57032@citylink.fud.org.nz>
In-Reply-To: <201002202209.o1KM9mNe032343@svn.freebsd.org>
References:  <201002202209.o1KM9mNe032343@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 20, 2010 at 10:09:48PM +0000, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Sat Feb 20 22:09:48 2010
> New Revision: 204145
> URL: http://svn.freebsd.org/changeset/base/204145
> 
> Log:
>   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.

The existing style for this is 'show all xxx', maybe you want to follow
that.


>   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
> 
> Modified:
>   head/sys/net/if.c
> 



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