Skip to content

Commit b08a034

Browse files
Cristib05jhedberg
authored andcommitted
modules: openthread: platform: Enable mDNS auto enable functionality
As per OpenThread API documentation, it is recommended for a Border Router to use this functionality Signed-off-by: Cristian Bulacu <[email protected]>
1 parent 5709b55 commit b08a034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/openthread/platform/openthread-core-zephyr-config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563

564564
#ifdef CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER
565565
#define OPENTHREAD_CONFIG_MULTICAST_DNS_PUBLIC_API_ENABLE 1
566+
#define OPENTHREAD_CONFIG_MULTICAST_DNS_AUTO_ENABLE_ON_INFRA_IF 1
566567
#endif /* CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER */
567568

568569
#endif /* OPENTHREAD_CORE_ZEPHYR_CONFIG_H_ */

0 commit comments

Comments
 (0)