Skip to content

Commit 67e149c

Browse files
author
Wang Tao
committed
Merge branch 'fix/dhcp_decline_restart_issue' into 'master'
fix(lwip): fix dhcp arp check issue See merge request espressif/esp-idf!41605
2 parents cde30c2 + c2d87d9 commit 67e149c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/lwip/port/acd_dhcp_check.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ acd_arp_reply(struct netif *netif, struct etharp_hdr *hdr)
7777
LWIP_DEBUGF(ACD_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE | LWIP_DBG_LEVEL_WARNING,
7878
("acd_arp_reply(): arp reply matched with offered address, declining\n"));
7979
dhcp->acd.acd_conflict_callback(netif, ACD_DECLINE);
80+
dhcp->acd.acd_conflict_callback(netif, ACD_RESTART_CLIENT);
8081
}
8182
}
8283

0 commit comments

Comments
 (0)