1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

Merge pull request #18370 from miri64/gnrc_netif_conf/fix/6ctx-switch

gnrc_netif_conf: fix auto-6ctx switch
This commit is contained in:
Martine Lenders 2022-07-26 19:49:47 +02:00 committed by GitHub
commit 7ee1b58573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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