CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/22 07:03:48
Modified files:
sys/arch/amd64/amd64: conf.c
sys/arch/i386/i386: conf.c
sys/conf : GENERIC files
sys/net : pipex.c pipex.h pipex_local.h
sys/sys : conf.h
Added files:
sys/net : if_pppx.c
Log message:
Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd
and pipex. pppx(4) creates an interface whenever a session is created
so that altq and pf can work on these.
Started by dlg@ debugged and made usable by myself
OK dlg@ yasuoka@ deraadt@