[Bug 242045] pf can't be unloaded if pflog loaded.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 18 16:07:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242045

Kristof Provost <kp at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug
                 CC|                            |kp at freebsd.org

--- Comment #1 from Kristof Provost <kp at freebsd.org> ---
pflog depends on pf. It's not possible to load pflog unless pf is loaded (or
more accurately, "kldload pflog" will implicitly load pf as well). That also
implies that you cannot unload pf itself until pflog is unloaded. That's
entirely expected.

There's no scenario where pflog can crash without taking the entire kernel
down.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pf mailing list