Date: Sun, 21 Feb 2010 08:40:16 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Andrew Thompson <thompsa@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: <20100221083437.J27327@maildrop.int.zabbadoz.net> In-Reply-To: <20100221015457.GA57032@citylink.fud.org.nz> References: <201002202209.o1KM9mNe032343@svn.freebsd.org> <20100221015457.GA57032@citylink.fud.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Feb 2010, Andrew Thompson wrote: > 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. show allxxx, yeah I can do that, along with fixing the overlong show vnet_sysuninit. I'll need to update the man page after that as well. >> 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 >> > -- Bjoern A. Zeeb It will not break if you know what you are doing.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100221083437.J27327>