apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 addresses, and enough IPv6 ifconfig to allocation compilation (logic still not implemented)

This commit is contained in:
Gregory Nutt
2015-01-19 09:59:43 -06:00
parent 9bff050ad0
commit 8fbc907aa2
2 changed files with 183 additions and 56 deletions

View File

@@ -200,7 +200,9 @@ static const uint16_t g_ipv6_netmask[8] =
static void nsh_netinit_configure(void)
{
#ifdef CONFIG_NET_IPv4
struct in_addr addr;
#endif
#if defined(CONFIG_NSH_DHCPC)
FAR void *handle;
#endif