daemon/bindings/net: add interface name to link-local IPv6 addresses
When using net.interfaces()
(and all other API using function), link-local IPv6 addresses (i.e. fe80::/10
) now have an %<interface_name>
suffix, so that they are usable.
Fixes #80 (closed)
Edited by Oto Šťáva