Skip to content

Commit 63a8f46

Browse files
committed
examples/gnrc_border_router: request temp address
Additionally to requesting a delegated prefix via DHCPv6 this also enables to ask for a temporary (non-permanent) address on the 6lbr. If the upstream DHCP server provides one, this can be used to establish end-to-end connectivity from the 6lbr towards an Internet host directly.
1 parent 529d1f8 commit 63a8f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/gnrc_border_router/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ endif
5757
ifeq (dhcpv6,$(PREFIX_CONF))
5858
# include DHCPv6 client for 6LoWPAN border router
5959
USEMODULE += gnrc_dhcpv6_client_6lbr
60+
# optionally also request an address via IA_NA in addition to the prefix.
61+
# this is not needed when using SLAAC
62+
USEMODULE += dhcpv6_client_ia_na
6063
else ifeq (uhcp,$(PREFIX_CONF))
6164
# include UHCP client
6265
USEMODULE += gnrc_uhcpc

0 commit comments

Comments
 (0)