CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2023/05/18 08:11:18

Modified files:
        sys/net        : pf_if.c 

Log message:
Assert pf lock on interface handling

Make sure that all hooks into pf's internal list of interfaces do happen
with the pf lock held, i.e. nothing relies on the net lock alone, so that
later unlocking can then rely on it.

Full i386 regress (thanks bluhm) and daily usage are fine
OK sashan

Reply via email to