1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/dhcpv6
Benjamin Valentin 0e5595cffd sys/net/dhcpv6: fix requesting multiple prefixes
There were two subtle bugs that prevented the DHCPv6 client to request
multiple prefixes for different interfaces.

 - `dhcpv6_client_req_ia_pd()` would fill up *all* leases with the same interface
 - `_parse_reply()` would return after parsing the first answer

With this patch, `gnrc_border_router` gets a prefix on both interfaces of the at86rf215.
2020-04-03 17:02:57 +02:00
..
_dhcpv6.h dhcpv6: provide initial client implementation 2020-01-16 12:36:03 +01:00
client.c sys/net/dhcpv6: fix requesting multiple prefixes 2020-04-03 17:02:57 +02:00
Makefile dhcpv6: provide initial client implementation 2020-01-16 12:36:03 +01:00