From owner-svn-src-all@FreeBSD.ORG Sun Feb 21 08:45:09 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28FC1106566B; Sun, 21 Feb 2010 08:45:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id B063F8FC15; Sun, 21 Feb 2010 08:45:08 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B2E9E41C74D; Sun, 21 Feb 2010 09:45:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id DdVUPR8u3O3n; Sun, 21 Feb 2010 09:45:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 0F62A41C707; Sun, 21 Feb 2010 09:45:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 59BE64448EC; Sun, 21 Feb 2010 08:40:16 +0000 (UTC) Date: Sun, 21 Feb 2010 08:40:16 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Andrew Thompson In-Reply-To: <20100221015457.GA57032@citylink.fud.org.nz> Message-ID: <20100221083437.J27327@maildrop.int.zabbadoz.net> References: <201002202209.o1KM9mNe032343@svn.freebsd.org> <20100221015457.GA57032@citylink.fud.org.nz> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 08:45:09 -0000 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 ' 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 ' 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.