[Bug 290811] pf panic on kldload

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Nov 2025 10:30:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290811

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
The recursion in pfi_kkif_update() makes me suspect you're running into a know
issue: #127042

Basically, it's possible (though it shouldn't be!) for an interface group to
have the same name as an interface, and this causes issues in pf.

Take a look at your interfaces and interface groups to confirm. If that's the
case you'll have to fix that, because I don't expect this particular problem to
be fixed anytime soon.

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