Skip to content

Commit 5e68d00

Browse files
authored
[posix] add build time config of netinf loss (openthread#13192)
Allow build time configuration of `OPENTHREAD_POSIX_CONFIG_EXIT_ON_INFRA_NETIF_LOST_ENABLE`
1 parent 0fbee98 commit 5e68d00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/posix/platform/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if(OT_MULTIPAN_RCP)
5151
)
5252
endif()
5353

54+
ot_option(OT_POSIX_INFRA_NETIF_LOST_EXIT OPENTHREAD_POSIX_CONFIG_EXIT_ON_INFRA_NETIF_LOST_ENABLE "exit on infrastructure network interface lost")
5455

5556
option(OT_POSIX_INSTALL_EXTERNAL_ROUTES "Install External Routes as IPv6 routes" ON)
5657
if(OT_POSIX_INSTALL_EXTERNAL_ROUTES)

0 commit comments

Comments
 (0)