Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: ozaki-r
Date: Wed Dec 17 02:06:42 UTC 2025
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
arp: clear csum_flags before sending an ARP reply packet
A mbuf used for Rx is reused for reply, so we have to clear csum_flags
used for Rx. Otherwise, Tx processing like ether_sw_offload_tx() is
confused with it.
To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/sys/netinet/if_arp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index