mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
Retry 1 to fix bug #50064
Accidentally used the wrong destination HW addr
(cherry picked from commit 645ca84704
)
This commit is contained in:
parent
8c6ac8eb59
commit
777d54f0e4
@ -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