[Bug 255775] panic with ipfw turned on at boot time

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 12 09:11:01 UTC 2021


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

Andrey V. Elsukov <ae at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae at FreeBSD.org

--- Comment #3 from Andrey V. Elsukov <ae at FreeBSD.org> ---
Your panic doesn't seem related to ipfw. This backtraces shows that your host
receives IPv6 packet, that was forwarded into IP-IP tunnel. Then panic was
triggered by KASSERT in iflib due to packet's mbuf has unexpected non NULL
m_nextpkt field.

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


More information about the freebsd-ipfw mailing list