mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-13 07:14:31 +00:00
PPP, IPV6, enable PPP IPv6 by default if LWIP_IPV6 is set
This commit is contained in:
parent
ee8a05c3c7
commit
a8cbff08ef
@ -1937,7 +1937,7 @@
|
|||||||
* PPP_IPV6_SUPPORT==1: Enable PPP IPv6 support
|
* PPP_IPV6_SUPPORT==1: Enable PPP IPv6 support
|
||||||
*/
|
*/
|
||||||
#ifndef PPP_IPV6_SUPPORT
|
#ifndef PPP_IPV6_SUPPORT
|
||||||
#define PPP_IPV6_SUPPORT 0
|
#define PPP_IPV6_SUPPORT (LWIP_IPV6)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user