From afd6d6294e5826b899dbebaddb5b67630a9a3bfa Mon Sep 17 00:00:00 2001 From: Francesco Giancane Date: Tue, 25 Feb 2020 13:18:50 +0100 Subject: [PATCH] examples: pppos_client: update sdkconfig.defaults As per discussion in #4782, IPV6 link local negotiation by default is disabled. Signed-off-by: Francesco Giancane --- examples/protocols/pppos_client/sdkconfig.defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/protocols/pppos_client/sdkconfig.defaults b/examples/protocols/pppos_client/sdkconfig.defaults index 80613985f..19f2ce6cd 100644 --- a/examples/protocols/pppos_client/sdkconfig.defaults +++ b/examples/protocols/pppos_client/sdkconfig.defaults @@ -3,3 +3,5 @@ CONFIG_LWIP_PPP_SUPPORT=y CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y CONFIG_LWIP_PPP_PAP_SUPPORT=y CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096 +# Do not enable IPV6 in dte<->dce link local +CONFIG_LWIP_PPP_ENABLE_IPV6=n