mirror of
https://github.com/espressif/openthread.git
synced 2026-08-27 04:19:54 +00:00
[posix] add build time config of netinf loss (#13192)
Allow build time configuration of `OPENTHREAD_POSIX_CONFIG_EXIT_ON_INFRA_NETIF_LOST_ENABLE`
This commit is contained in:
@@ -51,6 +51,7 @@ if(OT_MULTIPAN_RCP)
|
||||
)
|
||||
endif()
|
||||
|
||||
ot_option(OT_POSIX_INFRA_NETIF_LOST_EXIT OPENTHREAD_POSIX_CONFIG_EXIT_ON_INFRA_NETIF_LOST_ENABLE "exit on infrastructure network interface lost")
|
||||
|
||||
option(OT_POSIX_INSTALL_EXTERNAL_ROUTES "Install External Routes as IPv6 routes" ON)
|
||||
if(OT_POSIX_INSTALL_EXTERNAL_ROUTES)
|
||||
|
||||
Reference in New Issue
Block a user