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:
commit
3445cdc0ff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user