nuttx/net/icmpv6
Petteri Aimonen c3a234fe99 ipv6: Fix source address with many addresses in same network
Previously ipv6 multi-address support decided packet source
address based on its destination. This doesn't work if NuttX
device has multiple addresses within same subnet.

Instead when a packet is a response to existing connection,
the source address should be based on the destination address
used in the received packet.
2023-12-13 06:13:25 -08:00
..
CMakeLists.txt
icmpv6_advertise.c
icmpv6_autoconfig.c
icmpv6_conn.c
icmpv6_input.c ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
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 ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
icmpv6_rnotify.c
icmpv6_rsolicit.c
icmpv6_sendmsg.c
icmpv6_sockif.c
icmpv6_solicit.c
icmpv6.h
Kconfig
Make.defs