summaryrefslogtreecommitdiff
path: root/nuttx/net/ipv6/ipv6.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-06 13:04:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-06 13:04:27 -0600
commite6cf1218caf30ac4f762780ea99761eb78f9709d (patch)
tree86f6068461a676e495797952c07c6bc1b5c23ca5 /nuttx/net/ipv6/ipv6.h
parentd7cb2073bb06a160abc24f5820c800b7e9f20fe8 (diff)
downloadpx4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.tar.gz
px4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.tar.bz2
px4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.zip
NET: Add a few missing configuration options to the Kconfig files
Diffstat (limited to 'nuttx/net/ipv6/ipv6.h')
-rw-r--r--nuttx/net/ipv6/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/ipv6/ipv6.h b/nuttx/net/ipv6/ipv6.h
index ab2103c19..2155ed621 100644
--- a/nuttx/net/ipv6/ipv6.h
+++ b/nuttx/net/ipv6/ipv6.h
@@ -57,8 +57,8 @@
struct net_neighbor_addr_s
{
-#if UIP_NEIGHBOR_CONF_ADDRTYPE
- UIP_NEIGHBOR_CONF_ADDRTYPE addr;
+#if CONFIG_NET_IPV6_NEIGHBOR_ADDRTYPE
+ CONFIG_NET_IPV6_NEIGHBOR_ADDRTYPE addr;
#else
struct ether_addr addr;
#endif