Skip to content

Commit c2d87d9

Browse files
wangtao@espressif.comespressif-bot
authored andcommitted
fix(lwip): fix dhcp arp check issue
1 parent b8b4a4f commit c2d87d9

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)