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

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Feb 2023 21:54:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246

--- Comment #47 from Nick Hilliard <nick@foobar.org> ---
primary upgraded to 13.1-RELEASE-p3 and now it's crashing too, within seconds
of enabling pfsync (i.e. panic with kernel uptime 25s)

rc config variables:

--
ifconfig_xn3="mtu 1504 up"
ifconfig_vlan140="inet 10.x.y.1/24 vlan 140 vlandev xn3 up"

pf_enable="YES"
pflog_enable="YES"

pfsync_enable="YES"
pfsync_syncdev="vlan140"
pfsync_syncpeer="10.x.y.2"
pfsync_ifconfig="defer"
--

the vlan140 mtu is 1500 on both devices.

vlan140: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500

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