Apply patch #8755: Multicast DNS responder support from Erik Ekman

This commit is contained in:
Erik Ekman
2016-08-14 15:02:15 +02:00
committed by Dirk Ziegelmeier
parent 4af297fc20
commit 4919932c49
13 changed files with 3197 additions and 2 deletions

View File

@@ -247,6 +247,10 @@ netif_add(struct netif *netif,
/* netif not under AutoIP control by default */
netif->autoip = NULL;
#endif /* LWIP_AUTOIP */
#if LWIP_MDNS
/* netif not using MDNS by default */
netif->mdns = NULL;
#endif /* LWIP_MDNS */
#if LWIP_IPV6_AUTOCONFIG
/* IPv6 address autoconfiguration not enabled by default */
netif->ip6_autoconfig_enabled = 0;