Date: Mon, 29 Mar 2021 08:46:28 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 254623] traceroute6: ICMP6 does not work anymore Message-ID: <bug-254623-7501-4hxTejIG6Y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254623-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-254623-7501@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=3D254623 --- Comment #3 from Zhenlei Huang <zlei.huang@gmail.com> --- The review D25604 capsicumize traceroute6, and use connect / send instead of sendto. For ICMPV6 there may be ICMP6_DST_UNREACH type packets from intermediate gateways, and they will not be captured by the pre-connected socket IIUC. Here comes the solution, let's separate the connected socket (sndsock) from receive socket (rcvsock) as same as UDP / TCP / SCTP routines. CC Mariusz Zaborski --=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-254623-7501-4hxTejIG6Y>