[Bug 275169] Panic: rw_rlock: wlock already held for tcpinp @ /usr/src/sys/netinet/in_pcb.c:2529
Date: Tue, 21 Nov 2023 07:53:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275169 --- Comment #17 from Dani I. <i.dani@outlook.com> --- (In reply to Gleb Smirnoff from comment #16) Ah sorry, that wasn't clear in my last comment. No, we have just used "net.link.ether.ipfw=1" while testing with out 13.2 hosts - we do not have it set in productive environment. What i meant were the fw rules from our initial report, which worked well and without a problem on 12.4: Host A has following IPFW rule: ipfw add 1000 allow ip from me to 10.1.1.20/32 uid 0 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.