Date: Tue, 15 Nov 2022 14:14:03 +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-y4LWe9iMQi@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 #16 from Zhenlei Huang <zlei.huang@gmail.com> --- (In reply to benoitc from comment #13) > wrong ipv6. But when I tried without the interface: > ``` > ping6 fe80::b67a:f1ff:fe7a:9c10 > ping6: UDP connect: Network is unreachable > ``` While ping link-local addresses, you need the scope (they're link-local, not global unique). ``` ping6 -c1 fe80::b67a:f1ff:fe7a:9c10%ql0 ``` --=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-y4LWe9iMQi>