CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/27 11:29:38
Modified files:
sys/net : pf_ioctl.c
Log message:
Remove net lock from DIOC{SET,CLR}IFFLAG
pf.conf's 'set skip on ifN' and 'pfctl -F all|Reset' set and clear flags,
PFI_IFLAG_SKIP being the only flag. Nothing else in base uses these ioctls
and internal state is protected by the pf lock already.
OK sashan
