CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2023/04/04 04:12:04

Modified files:
        sys/netinet    : ip_divert.c 
        sys/netinet6   : ip6_divert.c 

Log message:
When sending IP packets to userland with divert-packet rules, the
checksum may be wrong.  Locally generated packets diverted by pf
out rules may have no checksum due to to hardware offloading.
Calculate the checksum in that case.
OK mvs@ sashan@

Reply via email to