Date: Wed, 16 Nov 2022 17:06:46 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set Message-ID: <bug-265857-7501-vdCRur8wBQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265857-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-265857-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=3D265857 --- Comment #25 from Zhenlei Huang <zlei.huang@gmail.com> --- And also try this: tcpdump capture on D while ping6 D -> A . Make sure clear neighbor cache on both side before every ping. For D -> A: ``` # ndp -c # on A ``` ``` # ndp -c # on D # ping6 -c1 <PREFIX>::11 # address of A # ndp -na ``` --=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-265857-7501-vdCRur8wBQ>