From owner-freebsd-current@FreeBSD.ORG Fri Jul 14 22:22:44 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F16016A4E1 for ; Fri, 14 Jul 2006 22:22:44 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F2643D5C for ; Fri, 14 Jul 2006 22:22:40 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1G1W3T-0001jx-WA for current@freebsd.org; Fri, 14 Jul 2006 18:22:40 -0400 Date: Fri, 14 Jul 2006 18:22:39 -0400 From: Gary Palmer To: current@freebsd.org Message-ID: <20060714222239.GA6444@in-addr.com> Mail-Followup-To: current@freebsd.org References: <44B8171A.2070209@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B8171A.2070209@elischer.org> Cc: Subject: Re: netstat and ipv6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 22:22:44 -0000 On Fri, Jul 14, 2006 at 03:13:46PM -0700, Julian Elischer wrote: > is ther ean official way that netstat should be using to NOT try fo ipv6 > stuff? > > > %netstat -s>/dev/null > Warning: sysctl(net.inet6.ip6.rip6stats): No such file or directory doesn't the -f inet parameter stop that? Gary