mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
c3a234fe99
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.