From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 9 10:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5FA22D1 for ; Mon, 9 Dec 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7740B197C for ; Mon, 9 Dec 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9AK1vd060260 for ; Mon, 9 Dec 2013 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB9AK1PH060259; Mon, 9 Dec 2013 10:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 9 Dec 2013 10:20:01 GMT Resent-Message-Id: <201312091020.rB9AK1PH060259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Reid Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6278F37 for ; Mon, 9 Dec 2013 10:10:11 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 929A818D0 for ; Mon, 9 Dec 2013 10:10:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB9AABTr010342 for ; Mon, 9 Dec 2013 10:10:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB9AABQJ010305; Mon, 9 Dec 2013 10:10:11 GMT (envelope-from nobody) Message-Id: <201312091010.rB9AABQJ010305@oldred.freebsd.org> Date: Mon, 9 Dec 2013 10:10:11 GMT From: Marcus Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/184626: wlan0 missing some ifmib(4) data X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 10:20:01 -0000 >Number: 184626 >Category: misc >Synopsis: wlan0 missing some ifmib(4) data >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 09 10:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marcus Reid >Release: 10-BETA4 >Organization: >Environment: FreeBSD luna 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258774: Sun Dec 1 00:51:31 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Some ifmib(4) data, secifically ifi_obytes from the if_data structure (see ifnet(9)) appears to be missing from wlan0. For example, 'netstat -I wlan0 1' reports that 0 bytes are received per second. It does report the packets per second though. The situation seems to be reversed for iwn0 (the parent interface of wlan0) except that both (incoming) pps and bps are missing. Aside from netstat, there are other consumers of this info, like gui network monitors, etc. >How-To-Repeat: netstat -I wlan0 1 netstat -I iwn0 1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: