Skip to content

Commit 8919e4b

Browse files
authored
Merge branch 'RIOT-OS:master' into cord-doc
2 parents 88676ec + 90cb5e5 commit 8919e4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sys/include/net/gnrc/ipv6.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,15 @@ extern "C" {
174174
/**
175175
* @brief Use the same static IPv6 link local address on every network interface
176176
*
177+
* @deprecated Will be removed after release 2025.07 - after this the static link-local
178+
* address will always be fixed unless a use-case for the auto-increment
179+
* can be found.
180+
*
177181
* When CONFIG_GNRC_IPV6_STATIC_LLADDR is used, to not add the interface pid to the
178182
* set static address but use the same static link local address for all interfaces.
179183
*/
180184
#ifndef CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED
181-
#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 0
185+
#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 1
182186
#endif
183187

184188
/**

0 commit comments

Comments
 (0)