mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 10:40:09 +00:00
[dnssd] allow Dnssd platform to use native OT mDNS modules (#9944)
Updates the `Dnssd` module to allow it use - Either the native OT mDNS implementation - Or use the platform `otPlatDnssd` APIs (delegated to platform) Also adds `OPENTHREAD_CONFIG_MULTICAST_DNS_AUTO_ENABLE_ON_INFRA_IF` for mDNS module to be automatically enabled/disabled on the same infra-if used for border routing based on infra-if state.
This commit is contained in:
@@ -122,6 +122,7 @@ OT_CLANG_TIDY_BUILD_OPTS=(
|
||||
'-DOT_LINK_METRICS_INITIATOR=ON'
|
||||
'-DOT_LINK_METRICS_SUBJECT=ON'
|
||||
'-DOT_MAC_FILTER=ON'
|
||||
'-DOT_MDNS=ON'
|
||||
'-DOT_MESH_DIAG=ON'
|
||||
'-DOT_NAT64_BORDER_ROUTING=ON'
|
||||
'-DOT_NAT64_TRANSLATOR=ON'
|
||||
|
||||
Reference in New Issue
Block a user