From owner-svn-src-head@FreeBSD.ORG Sun Nov 29 18:05:07 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50913106566B; Sun, 29 Nov 2009 18:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0D2768FC14; Sun, 29 Nov 2009 18:05:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 701E541C74D; Sun, 29 Nov 2009 19:05:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id jbizGoJMzWCy; Sun, 29 Nov 2009 19:05:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id AED2641C70C; Sun, 29 Nov 2009 19:05:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 235134448EC; Sun, 29 Nov 2009 18:00:56 +0000 (UTC) Date: Sun, 29 Nov 2009 18:00:56 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org In-Reply-To: <200911291053.nATArYrV086240@svn.freebsd.org> Message-ID: <20091129175432.K37440@maildrop.int.zabbadoz.net> References: <200911291053.nATArYrV086240@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: svn commit: r199899 - head/sys/netipsec X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2009 18:05:07 -0000 On Sun, 29 Nov 2009, Bjoern A. Zeeb wrote: > 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. Note that after r199906 (apart from stats) IPcomp is working as good as net/zlib.? is. There are occational cases where we get a crypto error. An update to the latest zlib.? fixes this. I do have a patch but ideally we would want to just use an unchanged libz (we have 2-3 copies in sys/), a version without the classic PPP changes. For this to happen, ng_deflate will need to be "fixed"; it looks like it could need some zlib improvements for stability anyway from reading the code. Anyone who uses it and can test ng_deflate is welcome to contact me. /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.