From a2a2f2d0030a92a745cde6b4dddfea2649f33a70 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Feb 2015 13:44:31 -0600 Subject: [PATCH] ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation). --- configs/dk-tm4c129x/ipv6/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/dk-tm4c129x/ipv6/defconfig b/configs/dk-tm4c129x/ipv6/defconfig index 5e374f2d06..48dffb0d69 100644 --- a/configs/dk-tm4c129x/ipv6/defconfig +++ b/configs/dk-tm4c129x/ipv6/defconfig @@ -600,6 +600,11 @@ CONFIG_NET_SOLINGER=y # # CONFIG_NET_PKT is not set +# +# Unix Domain Socket Support +# +# CONFIG_NET_LOCAL is not set + # # TCP/IP Networking # @@ -622,6 +627,7 @@ CONFIG_NET_UDP_CHECKSUMS=y CONFIG_NET_UDP_CONNS=8 CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set +# CONFIG_NET_UDP_READAHEAD is not set # # ICMPv6 Networking Support