1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

shell_commands/sc_gnrc_netif: set 6Lo flag

This commit is contained in:
Martine Lenders 2018-12-27 21:33:21 +01:00 committed by Martine S. Lenders
parent e04a190511
commit 1c7e1c9efd

View File

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