Remove net lock from DIOC{SET,CLR}IFFLAG
authorkn <kn@openbsd.org>
Tue, 27 Jun 2023 17:29:38 +0000 (17:29 +0000)
committerkn <kn@openbsd.org>
Tue, 27 Jun 2023 17:29:38 +0000 (17:29 +0000)
commit6e0981637714f798f12ff476371a439f89155c54
tree3eddbc450351478111a2968dc60ef6e4498ca606
parenteda7c23e8bf5662839bdb6c19fae3de5d8dff8c2
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
sys/net/pf_ioctl.c