zephyr/subsys/net/lib/config
Robert Lubos e27e1b8f25 net: config: Fix NET_EVENT_IPV6_ADDR_ADD event handling
Given the comment in `ipv6_event_handler`, the init function shall wait
for the last added IPv6 address to be confirmed with DAD. This is
contrary with current logic, which will only wait for the first address
to be confirmed.

This commit adds a break statement in the loop, not to overwrite the
recent address to verify with an older one.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-08-18 15:06:17 +03:00
..
bt_settings.c
bt_settings.h
CMakeLists.txt net: lib: config: Add SYS_INIT handler to set clock from SNTP 2019-10-28 13:04:35 +02:00
ieee802154_settings.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ieee802154_settings.h
init_clock_sntp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
init.c net: config: Fix NET_EVENT_IPV6_ADDR_ADD event handling 2020-08-18 15:06:17 +03:00
Kconfig samples: zperf: usb: Enable USB by the application. 2020-08-13 11:49:47 +02:00