mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell/commands: alias ping=ping6
This commit is contained in:
parent
cb11b2d33f
commit
bbdba4dad1
@ -216,6 +216,7 @@ const shell_command_t _shell_command_list[] = {
|
||||
#ifdef MODULE_GNRC_ICMPV6_ECHO
|
||||
#ifdef MODULE_XTIMER
|
||||
{ "ping6", "Ping via ICMPv6", _gnrc_icmpv6_ping },
|
||||
{ "ping", "Ping via ICMPv6", _gnrc_icmpv6_ping },
|
||||
#endif
|
||||
#endif
|
||||
#ifdef MODULE_RANDOM
|
||||
|
Loading…
Reference in New Issue
Block a user