shell_commands/sc_gnrc_netif: get 6Lo flag

This commit is contained in:
Martine Lenders 2018-12-27 20:56:54 +01:00
parent 45b9dd6f50
commit e88abc49b8

View File

@ -523,6 +523,9 @@ static void _netif_list(kernel_pid_t iface)
#endif
line_thresh = _netif_list_flag(iface, NETOPT_IPV6_SND_RTR_ADV, "RTR_ADV ",
line_thresh);
#ifdef MODULE_GNRC_SIXLOWPAN
line_thresh = _netif_list_flag(iface, NETOPT_6LO, "6LO ", line_thresh);
#endif
#ifdef MODULE_GNRC_SIXLOWPAN_IPHC
line_thresh += _LINE_THRESHOLD + 1; /* enforce linebreak after this option */
line_thresh = _netif_list_flag(iface, NETOPT_6LO_IPHC, "IPHC ",