mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
Merge branch 'fix/dhcp_decline_restart_issue' into 'master'
fix(lwip): fix dhcp arp check issue See merge request espressif/esp-idf!41605
This commit is contained in:
@@ -77,6 +77,7 @@ acd_arp_reply(struct netif *netif, struct etharp_hdr *hdr)
|
|||||||
LWIP_DEBUGF(ACD_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE | LWIP_DBG_LEVEL_WARNING,
|
LWIP_DEBUGF(ACD_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE | LWIP_DBG_LEVEL_WARNING,
|
||||||
("acd_arp_reply(): arp reply matched with offered address, declining\n"));
|
("acd_arp_reply(): arp reply matched with offered address, declining\n"));
|
||||||
dhcp->acd.acd_conflict_callback(netif, ACD_DECLINE);
|
dhcp->acd.acd_conflict_callback(netif, ACD_DECLINE);
|
||||||
|
dhcp->acd.acd_conflict_callback(netif, ACD_RESTART_CLIENT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user