Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/netinet
Module Name: src
Committed By: martin
Date: Thu Jan 8 10:37:21 UTC 2026
Modified Files:
src/sys/netinet [netbsd-10]: if_arp.c
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1216):
sys/netinet/if_arp.c: revision 1.318
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.311.2.3 -r1.311.2.4 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