incubator-nuttx/net/neighbor
Juha Niskanen ebb5fb7480 net/neighbor/neighbor_ethernet_out.c: fix build error without ICMPv6
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.

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-11-27 10:27:45 -06:00
..
Kconfig
Make.defs Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
neighbor_add.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
neighbor_dumpentry.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
neighbor_ethernet_out.c net/neighbor/neighbor_ethernet_out.c: fix build error without ICMPv6 2020-11-27 10:27:45 -06:00
neighbor_findentry.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_globals.c net/: Run all .c files under net/ through tools/nxstyle and fix all resulting complaints. 2020-01-11 13:41:33 -03:00
neighbor_lookup.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_out.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
neighbor_snapshot.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
neighbor_update.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00