OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Thu Jan 03 2008 - 15:01:40 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2008/01/03 14:01:40

Modified files:
        usr.bin/netstat: if.c main.c netstat.h

Log message:
Make if.c kvm free by fetching the interface stats via sysctl like in systat
and ospfd. What is not yet covered is the -d and -t flags to show interface
queue drops and the if_timer.
OK deraadt