Date: Mon, 18 Nov 2019 16:07:15 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 242045] pf can't be unloaded if pflog loaded. Message-ID: <bug-242045-16861-MrdGE0nOzU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242045-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-242045-16861@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242045 Kristof Provost <kp@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug CC| |kp@freebsd.org --- Comment #1 from Kristof Provost <kp@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242045-16861-MrdGE0nOzU>