1
0
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:
Thomas Stilwell 2020-06-07 23:55:59 -05:00
parent cb11b2d33f
commit bbdba4dad1

View File

@ -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