CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/28 09:26:10
Modified files:
sys/net : if_pppx.c if_tun.c switchctl.c
Log message:
Simplify filterops routines where klist_invalidate() is used.
klist_invalidate() detaches knotes from the list and rewires them
synchronously so that the original filterops routines do not get
called after the invalidation.
OK anton@, mpi@
