juniskane opened a new pull request #2421: URL: https://github.com/apache/incubator-nuttx/pull/2421
## Summary Patch fixes following build error when CONFIG_NET_IPv6 && !CONFIG_NET_ICMPv6 && CONFIG_NET_ETHERNET: nuttx/staging/libnet.a(neighbor_ethernet_out.o): In function `neighbor_ethernet_out': nuttx/net/neighbor/neighbor_ethernet_out.c:188: undefined reference to `icmpv6_solicit' IPv6 without ICMPv6 is not very useful, but at least this patch allows neighbor_ethernet_out() to be used with a packet socket or with multicast address (point-to-point IPv6 links) even in that case. ## Impact ## Testing ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org