mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-11 10:03:47 +08:00
Apply patch #8755: Multicast DNS responder support from Erik Ekman
This commit is contained in:
committed by
Dirk Ziegelmeier
parent
4af297fc20
commit
4919932c49
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user