OVMS3-idf/components/lwip/port/esp32/include
Francesco Giancane 3c01f68a78 lwip: make IPV6 link-local support over PPP configurable
Make the link local negotiation for IPV6 in PPP optional and
configurable.
This is because some modems do not support the IPV6 negotiation and
sending IPV6CP frames would in some cases break the network
configuration phase, resulting in a timeout during the Phase Network.

Please note that this does not disable the IPV6 support for the outgoing
communication (IPV6 is still enabled even if this option is not
selected) but just for the local link between lwIP and modem.

Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>

Merges https://github.com/espressif/esp-idf/pull/4782
Closes https://github.com/espressif/esp-idf/issues/1065
2020-04-01 08:52:54 +02:00
..
arch lwip: cleanup lwip port layer 2019-10-29 13:11:14 +08:00
arpa Removed relative path for lwip/arpa/inet.h 2019-12-09 13:33:44 +05:30
debug Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
netif pppos_client: udated example code to use esp-netif in PPP configuration 2019-12-16 17:34:10 +00:00
netinet Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
sys Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
lwipopts.h lwip: make IPV6 link-local support over PPP configurable 2020-04-01 08:52:54 +02:00
netdb.h Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00