liqinhuixm opened a new pull request, #10893: URL: https://github.com/apache/nuttx/pull/10893
## Summary Allow icmpv6 and udp to find the dev by the ifindex with s_boundto.. ## Impact When the ipv6 socket was set SO_BINDTODEVICE, the icmpv6 and udp can find the dev by the ifindex with s_boundto. ## Testing In the sim, create two ethernet interfaces. Bind the ipv6 socket to eth1. then, use ping6 or renew6 to send ipv6 packets, we can check that the conn is bound to device eth1 in icpmv6_sendmsg/sendto_next_transfer function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org