CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/08/27 04:47:52
Modified files:
sys/net : if_pppx.c pipex.c pipex.h pipex_local.h
Log message:
Make pipex(4) more common for pppac(4) and pppx(4). Replace
pipex_iface of struct pipex_session with owner_sc which refers the
owner device. This makes ioctl commands for pppac or pppx device
simpler. PIPEX{S,G}MODE became dummy since both pppac and pppx is
always used with pipex. Also move some pppac specific things to the
pppac part on if_pppx.c.
suggestions from mvs, ok mvs