On Fri, 16 Aug 2024 15:39:53 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:When 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 -- Stefano