mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
Previously `ifconfig` would only know link-local addresses (printed as 'local') and everything else would be 'global'. This is wrong for site-local and unique local addresses which were also denoted as global. So use the already existing helper functions to determine the correct type of IPv6 address when printing.