[Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Nov 2022 14:14:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265857

--- 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
```

-- 
You are receiving this mail because:
You are the assignee for the bug.