this fixes Debian Bug #109164 (netstat -ci does only print stats once). It
commit9111d05b49a0d889763a5f680d8aba2c69cf7c5d
authorecki <ecki>
Sun, 25 Nov 2001 06:48:50 +0000 (25 06:48 +0000)
committerecki <ecki>
Sun, 25 Nov 2001 06:48:50 +0000 (25 06:48 +0000)
treec77cf3decbaab6e402ca5d42883578bbe0b5794b
parentc997b59f9e174649efd8ac5c193216b96594f8b0
this fixes Debian Bug #109164 (netstat -ci does only print stats once). It
also renames add_interface and free_interface list to if_cache_add/free.
I am not sure if removing the "proc_read" flag will harm performance, looks
likt this check is never triggereed. Anyway, we need more efficient b-search
sooner or later.
include/interface.h
lib/interface.c
netstat.c