-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[posix] allow OT process to run when infra netif gets lost (#9583)
In `ot::Posix::InfraNetif::GetFlags()`, the OT process would die if the infra network interface is removed on the POSIX platform. On Android platform, this is not the desired behavior because the system server may tell the OT process to switch another infra network interface. It's fine for OT process to keep running when the previous infra network interface disappears because later system server will call `otSysSetInfraNetif()` to specify the new infra network interface.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters