Skip to content

Commit

Permalink
Merge pull request #18370 from miri64/gnrc_netif_conf/fix/6ctx-switch
Browse files Browse the repository at this point in the history
gnrc_netif_conf: fix auto-6ctx switch
  • Loading branch information
miri64 authored Jul 26, 2022
2 parents 23d8e9c + 2aee54e commit 7ee1b58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/include/net/gnrc/netif/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,11 @@ extern "C" {
* When set, 6LoWPAN compression context 0 will be automatically set for the prefix configured by
* prefix deligation at the border router.
*/
#if !IS_ACTIVE(CONFIG_KCONFIG_USEMODULE_GNRC_NETIF)
#ifndef CONFIG_GNRC_NETIF_IPV6_BR_AUTO_6CTX
#define CONFIG_GNRC_NETIF_IPV6_BR_AUTO_6CTX 1
#endif
#endif

#ifdef __cplusplus
}
Expand Down

0 comments on commit 7ee1b58

Please sign in to comment.