mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
feat(openthread): dns server of border router bind unspecified netif
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