20 Aug
2024
20 Aug
'24
2:14 a.m.
On Fri, 16 Aug 2024 15:39:53 +1000
David Gibson
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 address
Nits: host, actual -- Stefano