Date: Thu, 30 Jun 2022 21:37:10 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 264739] send(2) doesn't document EAFNOSUPPORT error Message-ID: <bug-264739-227-snaRVkkW1b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264739-227@https.bugs.freebsd.org/bugzilla/> References: <bug-264739-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264739 Peter Much <pmc@citylink.dinoex.sub.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmc@citylink.dinoex.sub.org --- Comment #5 from Peter Much <pmc@citylink.dinoex.sub.org> --- I was just hit by this bug also, as it crashes my IPS: suricata[13989]: [105773] <Warning> -- [ERRCODE: SC_WARN_IPFW_XMIT(84)] - W= rite to ipfw divert socket failed: Address family not supported by protocol fami= ly suricata[13989]: [105588] <Error> -- [ERRCODE: SC_ERR_FATAL(171)] - thread W-8677 failed This happens every time at the moment when an SMTP connection via IPv6 swit= ches to STARTTLS. (I can do it manually in telnet: the connection builds up normally, and after I type in STARTTLS on the client side, the crash happen= s.) I do not see why the protocol family of an active tcp session on port 25 wo= uld change when deciding to do TLS. For now I have changed the IPS to ignore this errorcode, and apparently that helps - a mail went through successfully, with no anomalies visible in tcpd= ump. I'll attach my patch on security/suricata --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264739-227-snaRVkkW1b>