1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #21118 from OlegHahm/pr/feature/ia_na_for_6lbr

Request temporary address (IA_NA) for the 6lbr example
This commit is contained in:
Martine Lenders 2025-02-05 10:20:27 +00:00 committed by GitHub
commit 3445cdc0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,9 @@ endif
ifeq (dhcpv6,$(PREFIX_CONF))
# include DHCPv6 client for 6LoWPAN border router
USEMODULE += gnrc_dhcpv6_client_6lbr
# optionally also request an address via IA_NA in addition to the prefix.
# this is not needed when using SLAAC
USEMODULE += dhcpv6_client_ia_na
else ifeq (uhcp,$(PREFIX_CONF))
# include UHCP client
USEMODULE += gnrc_uhcpc