CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/05/08 07:22:13
Modified files: sys/net : pf.c sys/netinet : ip_output.c sys/netinet6 : ip6_output.c Log message: The call to in_proto_cksum_out() is only needed before the packet is passed to ifp->if_output(). The fragment code has its own checksum calculation and the other paths end in goto bad. OK claudio@