Skip to content

daemon/bindings/net: add interface name to link-local IPv6 addresses

Oto Šťáva requested to merge net-linklocal-suffix into master

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

Merge request reports