From owner-freebsd-ipfw@FreeBSD.ORG Mon May 30 12:10:13 2011 Return-Path: Delivered-To: freebsd-ipfw@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1071A1065679 for ; Mon, 30 May 2011 12:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21F888FC14 for ; Mon, 30 May 2011 12:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCACtk010193 for ; Mon, 30 May 2011 12:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4UCABiD010192; Mon, 30 May 2011 12:10:11 GMT (envelope-from gnats) Date: Mon, 30 May 2011 12:10:11 GMT Message-Id: <201105301210.p4UCABiD010192@freefall.freebsd.org> To: freebsd-ipfw@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/150798: [ipfw] ipfw2 fwd rule matches packets but does not do the job in fact. X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 12:10:13 -0000 The following reply was made to PR kern/150798; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, av@holymail.biz Cc: Subject: Re: kern/150798: [ipfw] ipfw2 fwd rule matches packets but does not do the job in fact. Date: Mon, 30 May 2011 15:37:16 +0400 Hi, It seems your problem is the same as described in kern/147720. Can you test the following patch? http://people.freebsd.org/~ae/ipfw_fwd.diff -- WBR, Andrey V. Elsukov