diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 1e10cc6a..a6b50daa 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -2451,7 +2451,7 @@ * network startup. */ #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 /**