Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 10:53:34 +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:  <200911291053.nATArrlu039667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-11-29 10:53:34 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         xform_ipcomp.c 
  Log:
  SVN rev 199899 on 2009-11-29 10:53:34Z by bz
  
  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
  MFC after:      5 days
  
  Revision  Changes    Path
  1.23      +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?200911291053.nATArrlu039667>