CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/04/02 06:04:45
Modified files:
usr.sbin/npppd/npppd: npppd.c npppd_config.c npppd_iface.c
npppd_iface.h
Log message:
add support for pppx interfaces instead of tun interfaces.
pppx mode will create a pppx interface for each ppp session in the kernel,
and will rely on the kernel to handle the routing rather than doing it
itself. as a bonus it will configure the interfaces description with the
username of the person connecting (which makes systat if pretty).
ok claudio@ yasuoka@ as part of a larger diff
from jonathan matthew
weve been running all this in production for a month now..