Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2018 13:45:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 233196] Netstat shows zero counters for aliases IP addresses
Message-ID:  <bug-233196-7501-KTWclwUrIg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233196-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233196-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233196

Yuri Pankov <yuripv@FreeBSD.org> changed:

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

--- Comment #2 from Yuri Pankov <yuripv@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 O=
errs
 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  =
   -
    -

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233196-7501-KTWclwUrIg>