1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell
Benjamin Valentin 2ff7c474b7 shell_commands: gnrc_netif: print correct scope for IPv6 addr
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.
2019-10-21 14:47:34 +02:00
..
commands shell_commands: gnrc_netif: print correct scope for IPv6 addr 2019-10-21 14:47:34 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell.c shell: make shell_run run shell forever 2019-09-19 10:26:31 +02:00