From 7367eb1829aab7cb81745c133a669a7914be8b1f Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 30 Apr 2014 11:15:52 +0200 Subject: [PATCH] Add UIP_CONF_ND6_SEND_NA to contiki-default-conf.h --- core/contiki-default-conf.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/contiki-default-conf.h b/core/contiki-default-conf.h index 37422668a..4dfecd921 100644 --- a/core/contiki-default-conf.h +++ b/core/contiki-default-conf.h @@ -180,6 +180,12 @@ #define NBR_TABLE_CONF_MAX_NEIGHBORS 8 #endif /* NBR_TABLE_CONF_MAX_NEIGHBORS */ +/* UIP_CONF_ND6_SEND_NA enables standard IPv6 Neighbor Discovery Protocol. + This is unneeded when RPL is used. Disable to save ROM and a little RAM. */ +#ifndef UIP_CONF_ND6_SEND_NA +#define UIP_CONF_ND6_SEND_NA 1 +#endif /* UIP_CONF_ND6_SEND_NA */ + /*---------------------------------------------------------------------------*/ /* 6lowpan configuration options. *