From owner-svn-src-head@FreeBSD.ORG Sun Feb 21 01:55:03 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7ECC1065672; Sun, 21 Feb 2010 01:55:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id A7B9D8FC13; Sun, 21 Feb 2010 01:55:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 7AF017BC6C; Sun, 21 Feb 2010 14:55:02 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0XJjvjLGrLjD; Sun, 21 Feb 2010 14:54:57 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Sun, 21 Feb 2010 14:54:57 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 7FBEC11432; Sun, 21 Feb 2010 14:54:57 +1300 (NZDT) Date: Sun, 21 Feb 2010 14:54:57 +1300 From: Andrew Thompson To: "Bjoern A. Zeeb" Message-ID: <20100221015457.GA57032@citylink.fud.org.nz> References: <201002202209.o1KM9mNe032343@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002202209.o1KM9mNe032343@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r204145 - head/sys/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 01:55:04 -0000 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 ' 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 ' support[1]. > > Sponsored by: ISPsystem > Suggested by: rwatson [1] > Reviewed by: rwatson > MFC after: 5 days > > Modified: > head/sys/net/if.c >