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
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
..
asymcute asymcute: don't make the assumption that req->arg is non-NULL 2019-09-24 12:00:12 +02:00
cord net/cord: update for deprecated gcoap function 2020-01-30 06:00:53 -05:00
dhcpv6 sys/net/dhcpv6: fix requesting multiple prefixes 2020-04-03 17:02:57 +02:00
dns sock_dns: use the same buffer for request & reply 2020-02-24 14:29:17 +01:00
emcute Merge pull request #11957 from miri64/emcute/fix/payload-copy-error 2019-10-07 17:17:44 +02:00
gcoap sock_async_event: update for async callback argument support 2020-03-11 16:54:12 +01:00
nanocoap nanocoap: add convenience function for PROXY_URI 2020-03-28 14:50:51 +01:00
sntp sntp: fix for new xtimer API and some bugs 2017-03-06 13:38:25 +01:00
uhcp sys/net/uhcp: remove unused returned value in uhcp_client 2019-10-28 15:14:40 +01:00