]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
With the recent change of the sctp checksum to support offload,
authorRandall Stewart <rrs@FreeBSD.org>
Fri, 12 Mar 2010 08:10:30 +0000 (08:10 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Fri, 12 Mar 2010 08:10:30 +0000 (08:10 +0000)
commit9b03990a13b1d8207e59dde00e03432fbf20c768
treed02c9b0d977f11aaa157ad221bdb2febf4dce08f
parent2d6d3b6d73f4c998f0b1210bf99697f3aa924c2a
With the recent change of the sctp checksum  to support offload,
no delayed checksum was added to the ip6 output code. This
causes cards that do not support SCTP checksum offload to
have SCTP packets that are IPv6 NOT have the sctp checksum
performed. Thus you could not communicate with a peer. This
adds the missing bits to make the checksum happen for these cards.

PR: 144529
MFC after: 2 weeks
sys/netinet6/ip6_output.c