From owner-freebsd-ipfw@FreeBSD.ORG Fri Nov 7 03:36:52 2003 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B6A16A4CE for ; Fri, 7 Nov 2003 03:36:52 -0800 (PST) Received: from osku.suutari.iki.fi (osku.syncrontech.com [213.28.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557E443F75 for ; Fri, 7 Nov 2003 03:36:45 -0800 (PST) (envelope-from ari@suutari.iki.fi) Received: from raisa (raisa.lemi.suutari.iki.fi [192.168.53.2]) by osku.suutari.iki.fi (8.12.8p1/8.12.8) with SMTP id hA7Bacdf021510; Fri, 7 Nov 2003 13:36:39 +0200 (EET) (envelope-from ari@suutari.iki.fi) Message-ID: <001501c3a524$8bc40170$0235a8c0@raisa> From: "Ari Suutari" To: "Bjoern A. Zeeb" , References: Date: Fri, 7 Nov 2003 13:44:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: Luigi Rizzo cc: patch@zabbadoz.net cc: Hajimu UMEMOTO Subject: Re: HEAD ip_fw2 ipsec b0rked X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 11:36:52 -0000 Hi, > Hi, > > 1) when someone fixes the > panic: ipsec_gethist: obsolete API > in netinet/ip_fw2.c I think that ipsec_gethist is being called from ip_input also, so if it is going to be obsolete the new way can be found there. Or do you mean that only then second parameter is now obsolete ? (Apparently someone is merging things from kame tree ?) Ari S.