git: ifnet - Compute iface statistics for NET_RT_IFLIST

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Tue Sep 10 04:47:01 PDT 2013


commit 06cd98a8817afbbcc1f09201e60bc8e58f14cbf1
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Tue Sep 10 04:11:32 2013 -0700

    ifnet - Compute iface statistics for NET_RT_IFLIST
    
      Before the ifnet statistics went per-cpu, they were being stored in
      ifnet->if_data. Some functions, like getifaddrs(3), expect them to
      be there so make sure they are available.
    
    Reported by: Tim Bishop, Jens Rehsack

Summary of changes:
 sys/net/rtsock.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/06cd98a8817afbbcc1f09201e60bc8e58f14cbf1


-- 
DragonFly BSD source repository



More information about the Commits mailing list