mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(lwip): Add support for disabling IPv4 in PPP networks
This commit is contained in:

committed by
David Čermák

parent
9ca974c8b3
commit
48b3e4f76f
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user