From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: /proc/net/dev is funky in 3.3.0 Date: Tue, 03 Apr 2012 07:43:30 +0200 Message-ID: <1333431810.18626.37.camel@edumazet-glaptop> References: <4F7A7C98.1030103@candelatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: NetDev To: Ben Greear Return-path: Received: from mail-wi0-f178.google.com ([209.85.212.178]:63081 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950Ab2DCFnf (ORCPT ); Tue, 3 Apr 2012 01:43:35 -0400 Received: by wibhq7 with SMTP id hq7so3335156wib.1 for ; Mon, 02 Apr 2012 22:43:34 -0700 (PDT) In-Reply-To: <4F7A7C98.1030103@candelatech.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2012-04-02 at 21:29 -0700, Ben Greear wrote: > Not all entries are shown! > > [root@lanner-i7 lanforge]# cat /proc/net/dev|grep sta59 > [root@lanner-i7 lanforge]# ifconfig sta59 > sta59 Link encap:Ethernet HWaddr 00:95:95:00:00:3C > inet addr:10.111.9.39 Bcast:10.111.255.255 Mask:255.255.0.0 > inet6 addr: fe80::295:95ff:fe00:3c/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:58103 errors:0 dropped:0 overruns:0 frame:0 > TX packets:26167 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:39494634 (37.6 MiB) TX bytes:37095540 (35.3 MiB) > > Thanks, > Ben > Could you post "ip link" result ?