CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/22 15:28:41
Modified files:
sys/net : pf_if.c
Log message:
Interface tables (a.k.a. kif) in pf(4) are currently protected
by NET_LOCK() only. This change makes them protected by PF_LOCK().
Having this change in tree will allow us to remove NET_LOCK()
protection from ioctl(2) code path in pf(4).
OK dlg@, kn@
