From 87bc48cc1efcedaae3bf1b176168ff3dc17637f7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Feb 2015 15:40:56 -0600 Subject: ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It is not yet functional --- apps/nshlib/Kconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'apps/nshlib/Kconfig') diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig index 8bcd5eda7..dc1001020 100644 --- a/apps/nshlib/Kconfig +++ b/apps/nshlib/Kconfig @@ -930,8 +930,7 @@ config NSH_NETMASK endif # NET_IPv4 -if NET_IPv6 -if !NET_ICMPv6_AUTOCONF +if NET_IPv6 && !NET_ICMPv6_AUTOCONF comment "Target IPv6 address" @@ -1023,8 +1022,6 @@ config NSH_IPv6ADDR_8 individually. This is the last of the 8-values. The default for all eight values is fc00::2. -endif # !NET_ICMPv6_AUTOCONF - comment "Router IPv6 address" config NSH_DRIPv6ADDR_1 @@ -1189,7 +1186,7 @@ config NSH_IPv6NETMASK_8 individually. This is the eighth of the 8-values. The default for all eight values is fe00::0. -endif #NET_IPv6 +endif #NET_IPv6 && !NET_ICMPv6_AUTOCONF endmenu # IP Address Configuration config NSH_DNS -- cgit v1.2.3