https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275169
--- Comment #22 from Dani I. <[email protected]> --- Tiny update: If we configure the IPFW rules like this (keep-state on both hosts), we can't trigger the crash anymore: Host A has following IPFW rule: ipfw add 1000 allow ip from me to 10.1.1.20/32 uid 0 keep-state Host B has the following IPFW rule: ipfw add 2000 allow tcp from any to 10.1.1.20 80,443 keep-state -- You are receiving this mail because: You are the assignee for the bug.
