mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 00:54:18 +00:00
Retry 1 to fix bug #50064
Accidentally used the wrong destination HW addr
This commit is contained in:
parent
7aaa888d1d
commit
645ca84704
@ -701,7 +701,7 @@ etharp_input(struct pbuf *p, struct netif *netif)
|
||||
if (for_us) {
|
||||
/* send ARP response */
|
||||
etharp_raw(netif,
|
||||
(struct eth_addr *)netif->hwaddr, &hdr->dhwaddr,
|
||||
(struct eth_addr *)netif->hwaddr, &hdr->shwaddr,
|
||||
(struct eth_addr *)netif->hwaddr, netif_ip4_addr(netif),
|
||||
&hdr->shwaddr, &sipaddr,
|
||||
ARP_REPLY);
|
||||
|
Loading…
Reference in New Issue
Block a user