From 8592ce93af2f4941fbfbffb14d44762aa6845046 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Feb 2015 14:09:06 -0600 Subject: [PATCH] Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for the DK-TM4C129X/ipv6 configuration --- configs/dk-tm4c129x/ipv6/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/dk-tm4c129x/ipv6/defconfig b/configs/dk-tm4c129x/ipv6/defconfig index 48dffb0d69..d31b78c0f9 100644 --- a/configs/dk-tm4c129x/ipv6/defconfig +++ b/configs/dk-tm4c129x/ipv6/defconfig @@ -634,6 +634,9 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMPv6=y CONFIG_NET_ICMPv6_PING=y +CONFIG_NET_ICMPv6_NEIGHBOR=y +CONFIG_ICMPv6_NEIGHBOR_MAXTRIES=5 +CONFIG_ICMPv6_NEIGHBOR_DELAYMSEC=100 # # IGMPv2 Client Support