From owner-freebsd-ipfw@FreeBSD.ORG Wed Dec 1 17:35:53 2004 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 7280E16A4CE for ; Wed, 1 Dec 2004 17:35:53 +0000 (GMT) Received: from mail.jrv.org (rrcs-24-73-246-106.sw.biz.rr.com [24.73.246.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DB443D5C for ; Wed, 1 Dec 2004 17:35:53 +0000 (GMT) (envelope-from james@jrv.org) Received: from [127.0.0.1] (zippy.housenet.jrv [192.168.3.156]) (authenticated bits=0) by mail.jrv.org (8.12.11/8.12.10) with ESMTP id iB1HZWSh018491; Wed, 1 Dec 2004 11:35:34 -0600 (CST) (envelope-from james@jrv.org) Message-ID: <41AE00E4.9020508@jrv.org> Date: Wed, 01 Dec 2004 11:35:32 -0600 From: "James R. Van Artsalen" User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Laier References: <41AC571E.2020503@jrv.org> <41ACBEDF.3020001@jrv.org> <200411302130.42147.max@love2party.net> In-Reply-To: <200411302130.42147.max@love2party.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ipfw@freebsd.org Subject: Re: FreeBSD 5.3 routing IPFW FWD'd packets? 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: Wed, 01 Dec 2004 17:35:53 -0000 Max Laier wrote: >Fix should be on the list already. > > There is a similar bogus label "passin" and goto in ip_input.c that needs to be fixed. ip_fastfwd.c has both a passin and passout label & goto problem.