mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
lwip: Expose broadcast/multicast ping enable options in menuconfig
This commit is contained in:
committed by
Angus Gratton
parent
a225064bfa
commit
1ea0ddb025
@@ -139,4 +139,16 @@ config PPP_DEBUG_ON
|
|||||||
help
|
help
|
||||||
Enable PPP debug log output
|
Enable PPP debug log output
|
||||||
|
|
||||||
|
menu "ICMP"
|
||||||
|
|
||||||
|
config LWIP_MULTICAST_PING
|
||||||
|
bool "Respond to multicast pings"
|
||||||
|
default n
|
||||||
|
|
||||||
|
config LWIP_BROADCAST_PING
|
||||||
|
bool "Respond to broadcast pings"
|
||||||
|
default n
|
||||||
|
|
||||||
|
endmenu # ICMP
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@@ -184,6 +184,10 @@
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define LWIP_BROADCAST_PING CONFIG_LWIP_BROADCAST_PING
|
||||||
|
|
||||||
|
#define LWIP_MULTICAST_PING CONFIG_LWIP_MULTICAST_PING
|
||||||
|
|
||||||
/*
|
/*
|
||||||
---------------------------------
|
---------------------------------
|
||||||
---------- RAW options ----------
|
---------- RAW options ----------
|
||||||
|
Reference in New Issue
Block a user