CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/02/06 06:15:37

Modified files:
        sys/net        : if_ethersubr.c 
        sys/netinet    : ip_output.c 

Log message:
Simplex interface sends packet back without hardware checksum
offloading.  The checksum must be calculated in software.  Use the
same condition in ether_resolve() to send the broadcast packet back
to the stack and in in_ifcap_cksum() to force software checksumming.
This fixes regress/sys/kern/sosplice/loop.
OK procter@

Reply via email to