Date: Fri, 12 Mar 2010 08:10:30 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 ip6_output.c Message-ID: <201003120810.o2C8AqdY007837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-03-12 08:10:30 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
SVN rev 205075 on 2010-03-12 08:10:30Z by rrs
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
Revision Changes Path
1.140 +19 -0 src/sys/netinet6/ip6_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003120810.o2C8AqdY007837>
