Skip to content

Commit 211074d

Browse files
committed
Merge branch 'feat/enable_ot_dns_server_platform_udp' into 'master'
feat(openthread): dns server of border router bind unspecified netif See merge request espressif/esp-idf!38696
2 parents c508207 + 96c0ad9 commit 211074d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/openthread/private_include/openthread-core-esp32x-ftd-config.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,15 @@
440440
#define OPENTHREAD_CONFIG_DNSSD_SERVER_ENABLE 1
441441
#endif
442442

443+
/**
444+
* @def OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
445+
*
446+
* Define to 1 to bind DNS-SD server to unspecified interface, 0 to bind to Thread interface.
447+
*/
448+
#ifndef OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
449+
#define OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF 1
450+
#endif
451+
443452
/**
444453
* @def OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
445454
*

0 commit comments

Comments
 (0)