mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 08:27:30 +00:00
feat(openthread): disable lwip nd6 in openthread sleepy device
This commit is contained in:
@@ -1126,6 +1126,15 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
|
||||
#define LWIP_IPV6 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_ND6==1: Enable ND6 protocol in IPv6
|
||||
*/
|
||||
#ifdef CONFIG_LWIP_ND6
|
||||
#define LWIP_ND6 1
|
||||
#else
|
||||
#define LWIP_ND6 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_IPV6_NUM_ADDRESSES: Number of IPv6 addresses per netif.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user