Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openthread: enable SRP Client auto host address mode (#19981)
This commit enables "auto host address mode" in SRP client. When enabled, host IPv6 addresses are automatically set by SRP client using all the unicast addresses on Thread netif excluding the link-local and mesh-local addresses. If there is no valid address, then Mesh Local EID address is added. The SRP client will automatically re-register when/if addresses on Thread netif are updated (e.g., new addresses are added or existing addresses are removed).
- Loading branch information