We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88676ec + 90cb5e5 commit 8919e4bCopy full SHA for 8919e4b
sys/include/net/gnrc/ipv6.h
@@ -174,11 +174,15 @@ extern "C" {
174
/**
175
* @brief Use the same static IPv6 link local address on every network interface
176
*
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
+ *
181
* When CONFIG_GNRC_IPV6_STATIC_LLADDR is used, to not add the interface pid to the
182
* set static address but use the same static link local address for all interfaces.
183
*/
184
#ifndef CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED
-#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 0
185
+#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 1
186
#endif
187
188
0 commit comments