https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242045
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
