f161633109
https://tools.ietf.org/html/rfc4862#section-5.4.2 : """ Before sending a Neighbor Solicitation, an interface MUST join the all-nodes multicast address and the solicited-node multicast address of the tentative address. """ So, joining should happen before sending DAD packets, and it should happen for each unicast address added. This is achieved by joining from net_if_ipv6_addr_add() call. Note that we already leave solicited-node group from net_if_ipv6_addr_rm(). In particular, we leave it if DAD fails (as that function is called in this case). Fixes #5282. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
ip | ||
lib | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.hostname | ||
TODO | ||
buf.c | ||
hostname.c |