Skip to content

Commit

Permalink
Merge branch 'RIOT-OS:master' into cord-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vjorald authored Jan 23, 2025
2 parents 88676ec + 90cb5e5 commit 8919e4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sys/include/net/gnrc/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,15 @@ extern "C" {
/**
* @brief Use the same static IPv6 link local address on every network interface
*
* @deprecated Will be removed after release 2025.07 - after this the static link-local
* address will always be fixed unless a use-case for the auto-increment
* can be found.
*
* When CONFIG_GNRC_IPV6_STATIC_LLADDR is used, to not add the interface pid to the
* set static address but use the same static link local address for all interfaces.
*/
#ifndef CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED
#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 0
#define CONFIG_GNRC_IPV6_STATIC_LLADDR_IS_FIXED 1
#endif

/**
Expand Down

0 comments on commit 8919e4b

Please sign in to comment.