d98bfc3e49
The netdev of link-local address cannot be auto decided, and the link-local address should always be reguarded as address on local network. The problem we met: When using `icmpv6_autoconfig` with multiple netdev, the `icmpv6_neighbor` may take out wrong netdev with ip address already set, then it may send solicitation with wrong address (`dev->d_ipv6draddr`) on wrong device, and regard the link-local address as conflict (because `dev->d_ipv6draddr` exists on this network). Signed-off-by: Zhe Weng <wengzhe@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
icmpv6_advertise.c | ||
icmpv6_autoconfig.c | ||
icmpv6_conn.c | ||
icmpv6_input.c | ||
icmpv6_ioctl.c | ||
icmpv6_linkipaddr.c | ||
icmpv6_neighbor.c | ||
icmpv6_netpoll.c | ||
icmpv6_notify.c | ||
icmpv6_pmtu.c | ||
icmpv6_poll.c | ||
icmpv6_radvertise.c | ||
icmpv6_recvmsg.c | ||
icmpv6_reply.c | ||
icmpv6_rnotify.c | ||
icmpv6_rsolicit.c | ||
icmpv6_sendmsg.c | ||
icmpv6_sockif.c | ||
icmpv6_solicit.c | ||
icmpv6.h | ||
Kconfig | ||
Make.defs |