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 Jul 02 2009 - 11:08:30 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 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