Skip to content

Commit 7ee1b58

Browse files
authored
Merge pull request #18370 from miri64/gnrc_netif_conf/fix/6ctx-switch
gnrc_netif_conf: fix auto-6ctx switch
2 parents 23d8e9c + 2aee54e commit 7ee1b58

File tree

1 file changed

+2
-0
lines changed
  • sys/include/net/gnrc/netif

1 file changed

+2
-0
lines changed

sys/include/net/gnrc/netif/conf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,11 @@ extern "C" {
200200
* When set, 6LoWPAN compression context 0 will be automatically set for the prefix configured by
201201
* prefix deligation at the border router.
202202
*/
203+
#if !IS_ACTIVE(CONFIG_KCONFIG_USEMODULE_GNRC_NETIF)
203204
#ifndef CONFIG_GNRC_NETIF_IPV6_BR_AUTO_6CTX
204205
#define CONFIG_GNRC_NETIF_IPV6_BR_AUTO_6CTX 1
205206
#endif
207+
#endif
206208

207209
#ifdef __cplusplus
208210
}

0 commit comments

Comments
 (0)