Skip to content

Commit 93603cd

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/fix_dhcp_server_recv_decline_issue_v55' into 'release/v5.5'
fix(lwip): fix dhcp arp check issue v55 See merge request espressif/esp-idf!41770
2 parents 13614ad + cbbcae3 commit 93603cd

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)