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 > _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"