[Bug 233196] Netstat shows zero counters for aliases IP addresses

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 13 13:45:07 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233196

Yuri Pankov <yuripv at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv at FreeBSD.org

--- Comment #2 from Yuri Pankov <yuripv at FreeBSD.org> ---
Which column exactly is this about?  Oerrs is "-" for all *IP* interfaces, not
only the alias one; same for Ierrs, Idrop, Coll as these stats likely make
sense only for link level.  And it seems to work for me just fine, "alias"
address is 10.10.10.1/24 (running HEAD):

$ netstat -i
Name    Mtu Network       Address              Ipkts Ierrs Idrop    Opkts Oerrs
 Coll
em0    9000 <Link#1>      94:c6:91:1c:80:16    40212     0     0    23337     0
    0
em0       - fe80::%em0/64 fe80::96c6:91ff:f        5     -     -        7     -
    -
em0       - fd4b:fd13:e02 fd4b:fd13:e02a:0:        3     -     -        2     -
    -
em0       - 192.168.1.0/2 thor                 38106     -     -    23108     -
    -
em0       - 10.10.10.0/24 10.10.10.1             171     -     -      171     -
    -
lo0   16384 <Link#2>      lo0                     18     0     0       18     0
    0
lo0       - localhost     localhost                0     -     -        0     -
    -
lo0       - fe80::%lo0/64 fe80::1%lo0              0     -     -        0     -
    -
lo0       - your-net      localhost               18     -     -       18     -
    -

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list