Date: Tue, 04 Jun 1996 10:51:14 -0700 From: Jerry Chen <chen@ipsilon.com> To: bugs@freebsd.org Subject: 'netstat -i' shows incorrect counters for logical interfaces Message-ID: <31B47792.3CDE@ipsilon.com>
next in thread | raw e-mail | index | archive | help
I can use 'ifconfig alias' to set multiple ip addresses for an interface. However, 'netstat -i' shows that all of the logical interfaces for 1 physical interface have the same values for Ipkts, Opkts and so on. This is because the counters are maintained on a per physical interface basis. They should be maintained per logical interface to truly support logical interfaces. 'netstat -i' should get the counters from IP instead of networking drivers, right? Jerry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31B47792.3CDE>