Retry 1 to fix bug #50064
Accidentally used the wrong destination HW addr
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user