]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/commit
MFC r238935,238960:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 09:45:08 +0000 (09:45 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 09:45:08 +0000 (09:45 +0000)
commit80d692c8cf244d758d834345106141493cfac271
treeef047bed179362ab392f0d737f558520fabdb3c6
parent1c082e2bd7e437a7d8cd65c0d9519667db551bfd
MFC r238935,238960:

  Properly apply #ifdef INET and leave a comment that we are (will) apply
  delayed IPv6 checksum processing in ip6_output.c when doing IPsec.

  In case of IPsec he have to do delayed checksum calculations before
  adding any extension header, or rather before calling into IPsec
  processing as we may send the packet and not return to IPv6 output
  processing here.

PR: kern/170116
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/9.1@240194 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/ip6_ipsec.c
sys/netinet6/ip6_output.c