CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/02 10:08:30
Modified files:
usr.sbin/ppp/ppp: arp.c iface.c iface.h route.c
Log message:
Rewrite the sysctl handlers to use libc functions (getifaddrs and
if_indextoname) instead of looking at the sysctl data directly. This makes
the code a lot simpler and actually work. Tested by many (todd@, sthen@, and
a few people on tech@). OK sthen@, deraadt@
