feat(lwip): Add support for disabling IPv4 in PPP networks

This commit is contained in:
David Cermak
2024-06-07 16:23:41 +02:00
committed by David Čermák
parent 9ca974c8b3
commit 48b3e4f76f
3 changed files with 33 additions and 18 deletions

View File

@@ -1080,6 +1080,11 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
*/
#define PPP_IPV6_SUPPORT CONFIG_LWIP_PPP_ENABLE_IPV6
/**
* PPP_IPV4_SUPPORT==1: Enable PPP IPv4 support
*/
#define PPP_IPV4_SUPPORT CONFIG_LWIP_PPP_ENABLE_IPV4
/**
* PPP_NOTIFY_PHASE==1: Support PPP notify phase.
*/