Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2009 23:40:57 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netipsec xform_ipcomp.c
Message-ID:  <200912292341.nBTNfEZA063643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

bz          2009-12-29 23:40:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netipsec         xform_ipcomp.c 
  Log:
  SVN rev 201239 on 2009-12-29 23:40:57Z by bz
  
  MFC r199899:
  
    Only add the IPcomp header if crypto reported success and we have a lower
    payload size.  Before we had always added the header, no matter if we
    actually send out compressed data or not.
  
    With this, after the opencrypto/deflate changes, IPcomp starts to work
    apart from edge cases.  Leave it disabled by default until those are
    fixed as well.
  
  PR:             kern/123587
  
  Revision  Changes    Path
  1.11.2.3  +53 -51    src/sys/netipsec/xform_ipcomp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912292341.nBTNfEZA063643>