[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Mar 2023 21:27:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246

mikael.le-bohec@univ-ubs.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael.le-bohec@univ-ubs.fr

--- Comment #92 from mikael.le-bohec@univ-ubs.fr ---
Hello,

I have the same symptoms (crash of the kernel when having IPv6 packets over a
pfsync interface with defer on).

I managed to reproduce the problem/crash with only four lines from a fresh
install :

kldload pfsync
echo "pass all" | pfctl -ef -
ifconfig pfsync0 defer up
ping ::1

From my tests the problem is present only starting from the 13.1 kernel.

I tried with the latest stable/13 (containing your patches) and it still crash.

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