From 71fd44f6ab8eccaca16cdf6388c86a8b899cf936 Mon Sep 17 00:00:00 2001 From: Jiacheng Guo Date: Thu, 15 Jul 2021 17:28:28 +0800 Subject: [PATCH] openthread: enable lwip multicast ping in examples Multicast ping reply is required for OpenThread certification. --- examples/openthread/ot_br/sdkconfig.defaults | 1 + examples/openthread/ot_cli/sdkconfig.defaults | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/openthread/ot_br/sdkconfig.defaults b/examples/openthread/ot_br/sdkconfig.defaults index e4331e4410..535bec0057 100644 --- a/examples/openthread/ot_br/sdkconfig.defaults +++ b/examples/openthread/ot_br/sdkconfig.defaults @@ -37,4 +37,5 @@ CONFIG_OPENTHREAD_BORDER_ROUTER=y # lwIP # CONFIG_LWIP_IPV6_NUM_ADDRESSES=8 +CONFIG_LWIP_MULTICAST_PING=y # end of lwIP diff --git a/examples/openthread/ot_cli/sdkconfig.defaults b/examples/openthread/ot_cli/sdkconfig.defaults index a19ba9b2f0..b32702d0f1 100644 --- a/examples/openthread/ot_cli/sdkconfig.defaults +++ b/examples/openthread/ot_cli/sdkconfig.defaults @@ -36,4 +36,5 @@ CONFIG_OPENTHREAD_ENABLED=y # lwIP # CONFIG_LWIP_IPV6_NUM_ADDRESSES=8 +CONFIG_LWIP_MULTICAST_PING=y # end of lwIP