Add UIP_CONF_ND6_SEND_NA to contiki-default-conf.h
This commit is contained in:
parent
b0f1199202
commit
7367eb1829
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@
|
||||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
||||||
#endif /* NBR_TABLE_CONF_MAX_NEIGHBORS */
|
#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.
|
/* 6lowpan configuration options.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue