Skip to content
Snippets Groups Projects
Commit e88abc49 authored by Martine Lenders's avatar Martine Lenders
Browse files

shell_commands/sc_gnrc_netif: get 6Lo flag

parent 45b9dd6f
No related branches found
No related tags found
No related merge requests found
...@@ -523,6 +523,9 @@ static void _netif_list(kernel_pid_t iface) ...@@ -523,6 +523,9 @@ static void _netif_list(kernel_pid_t iface)
#endif #endif
line_thresh = _netif_list_flag(iface, NETOPT_IPV6_SND_RTR_ADV, "RTR_ADV ", line_thresh = _netif_list_flag(iface, NETOPT_IPV6_SND_RTR_ADV, "RTR_ADV ",
line_thresh); line_thresh);
#ifdef MODULE_GNRC_SIXLOWPAN
line_thresh = _netif_list_flag(iface, NETOPT_6LO, "6LO ", line_thresh);
#endif
#ifdef MODULE_GNRC_SIXLOWPAN_IPHC #ifdef MODULE_GNRC_SIXLOWPAN_IPHC
line_thresh += _LINE_THRESHOLD + 1; /* enforce linebreak after this option */ line_thresh += _LINE_THRESHOLD + 1; /* enforce linebreak after this option */
line_thresh = _netif_list_flag(iface, NETOPT_6LO_IPHC, "IPHC ", line_thresh = _netif_list_flag(iface, NETOPT_6LO_IPHC, "IPHC ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment