mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Retry 1 to fix bug #50064
Accidentally used the wrong destination HW addr (cherry picked from commit 645ca84704db70f6dd29aefdec7bfbf6d9fc01f4)
This commit is contained in:
parent
8c6ac8eb59
commit
777d54f0e4
@ -701,7 +701,7 @@ etharp_input(struct pbuf *p, struct netif *netif)
|
|||||||
if (for_us) {
|
if (for_us) {
|
||||||
/* send ARP response */
|
/* send ARP response */
|
||||||
etharp_raw(netif,
|
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),
|
(struct eth_addr *)netif->hwaddr, netif_ip4_addr(netif),
|
||||||
&hdr->shwaddr, &sipaddr,
|
&hdr->shwaddr, &sipaddr,
|
||||||
ARP_REPLY);
|
ARP_REPLY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user