Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src/sys/netinet



Module Name:    src
Committed By:   martin
Date:           Thu Jan  8 10:38:54 UTC 2026

Modified Files:
        src/sys/netinet [netbsd-9]: if_arp.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1994):

        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.282.2.7 -r1.282.2.8 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