Commits

Andy Green authored 280584ff8f1
ipv6: support interface name for scope lookup Currently for ipv6, we look up the scope assuming we were given an interface ip for binding. But with ipv4, we also support giving an interface name. Check it against an interface name first and return that if valid. https://github.com/warmcat/libwebsockets/issues/1944