mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6
This ensures struct netif doesn't contain 'rs_count' if LWIP_IPV6 is disabled but LWIP_IPV6_SEND_ROUTER_SOLICIT is at its default. See bug #56509
This commit is contained in:
parent
7316b26740
commit
61349cf124
@ -2451,7 +2451,7 @@
|
|||||||
* network startup.
|
* network startup.
|
||||||
*/
|
*/
|
||||||
#if !defined LWIP_IPV6_SEND_ROUTER_SOLICIT || defined __DOXYGEN__
|
#if !defined LWIP_IPV6_SEND_ROUTER_SOLICIT || defined __DOXYGEN__
|
||||||
#define LWIP_IPV6_SEND_ROUTER_SOLICIT 1
|
#define LWIP_IPV6_SEND_ROUTER_SOLICIT LWIP_IPV6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user