1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/net/gnrc/dhcpv6: Set stateful configuration mode

This commit is contained in:
Jan Romann 2021-09-01 00:52:01 +02:00
parent 4297bfcdee
commit ff42d6749b
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0

View File

@ -133,6 +133,8 @@ static void *_dhcpv6_cl_simple_pd_thread(void *args)
dhcpv6_client_init(&event_queue, upstream_netif->pid);
/* configure client to request prefix delegation for WPAN interfaces */
_configure_dhcpv6_client();
/* set client configuration mode to stateful */
dhcpv6_client_set_conf_mode(DHCPV6_CLIENT_CONF_MODE_STATEFUL);
/* start DHCPv6 client */
dhcpv6_client_start();
/* start event loop of DHCPv6 client */