CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/22 07:27:20
Modified files:
sys/netinet6 : in6.h in6_cksum.c ip6_output.c
Log message:
Split the checksum calculation for IPv6 like for IPv4:
Always calculate the pseudo-header checksum.
Complete the checksum if hardware offload is not available.
Parts originally from NetBSD; ok henning@
