forked from espressif/esp-idf
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
This commit is contained in:
@@ -440,6 +440,15 @@
|
|||||||
#define OPENTHREAD_CONFIG_DNSSD_SERVER_ENABLE 1
|
#define OPENTHREAD_CONFIG_DNSSD_SERVER_ENABLE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @def OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
|
||||||
|
*
|
||||||
|
* Define to 1 to bind DNS-SD server to unspecified interface, 0 to bind to Thread interface.
|
||||||
|
*/
|
||||||
|
#ifndef OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
|
||||||
|
#define OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
|
* @def OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user