On Tue, Aug 20, 2024 at 02:14:59AM +0200, Stefano Brivio wrote:On Fri, 16 Aug 2024 15:39:53 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:Fixed. -- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibsonWhen binding an IPv6 socket in sock_l4() we need to supply a scope id if the address is link-local. We check for this by comparing the given address to c->ip6.addr_ll. This is correct only by accident: while c->ip6.addr_ll is typically set to the hsot interface's link local address, the actually purpose of it is to provide a link local addressNits: host, actual