CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/26 10:50:46
Modified files:
sys/net : if_pppx.c pipex.c
Log message:
Unify #ifdef guarding code to remove PPTP and L2TP sessions.
This makes a pattern emerge that should help when starting to protect
the global `session' list with something else than the KERNEL_LOCK().
from Vitaliy Makkoveev.
