diff --git a/sys/shell/commands/sc_gnrc_netif.c b/sys/shell/commands/sc_gnrc_netif.c index 691a92b438..0bf4704d0c 100644 --- a/sys/shell/commands/sc_gnrc_netif.c +++ b/sys/shell/commands/sc_gnrc_netif.c @@ -53,6 +53,7 @@ static const struct { char *name; netopt_t opt; } flag_cmds[] = { + { "6lo", NETOPT_6LO }, { "ack_req", NETOPT_ACK_REQ }, { "autoack", NETOPT_AUTOACK }, { "autocca", NETOPT_AUTOCCA },