[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:
Jake Swensen
2026-06-11 11:50:41 -07:00
committed by GitHub
parent 0fbee98fd5
commit 5e68d008b5
+1
View File
@@ -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)