From owner-svn-src-head@FreeBSD.ORG Fri Sep 4 15:18:48 2009 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 0DA90106566B; Fri, 4 Sep 2009 15:18:48 +0000 (UTC) (envelope-from gnn@hudson-trading.com) Received: from exprod7og115.obsmtp.com (exprod7og115.obsmtp.com [64.18.2.217]) by mx1.freebsd.org (Postfix) with SMTP id 00FF48FC19; Fri, 4 Sep 2009 15:18:46 +0000 (UTC) Received: from source ([74.125.92.148]) by exprod7ob115.postini.com ([64.18.6.12]) with SMTP ID DSNKSqEv1svJ3Rwoqz0xlVJzp2ZZ4v3LvLET@postini.com; Fri, 04 Sep 2009 08:18:47 PDT Received: by qw-out-1920.google.com with SMTP id 5so218526qwc.14 for ; Fri, 04 Sep 2009 08:18:46 -0700 (PDT) Received: by 10.224.108.4 with SMTP id d4mr7349495qap.318.1252076115711; Fri, 04 Sep 2009 07:55:15 -0700 (PDT) Received: from gnnmac.hudson-trading.com ([209.249.190.8]) by mx.google.com with ESMTPS id 20sm640270qyk.1.2009.09.04.07.55.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Sep 2009 07:55:14 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: George Neville-Neil In-Reply-To: <4AA09B41.3040103@incunabulum.net> Date: Fri, 4 Sep 2009 10:55:13 -0400 Content-Transfer-Encoding: 7bit Message-Id: <3C6607F2-D517-41EC-8681-33236EC6D20F@FreeBSD.org> References: <200909032110.n83LAvUF044731@svn.freebsd.org> <4AA09B41.3040103@incunabulum.net> To: Bruce Simpson X-Mailer: Apple Mail (2.1075.2) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r196797 - in head: sys/net sys/netinet usr.bin/netstat 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: Fri, 04 Sep 2009 15:18:48 -0000 On Sep 4, 2009, at 00:44 , Bruce Simpson wrote: > George V. Neville-Neil wrote: >> Author: gnn >> Date: Thu Sep 3 21:10:57 2009 >> New Revision: 196797 >> URL: http://svn.freebsd.org/changeset/base/196797 >> >> Log: >> Add ARP statistics to the kernel and netstat. >> > > Thanks very much for this change. > Any chance this struct can get explicitly versioned (i.e. as for > struct igmpstat) as it is a new struct? > bz@ and I will likely be tweaking this over time, so we can probably do that. Later, George