From owner-freebsd-ipfw@FreeBSD.ORG Wed Jun 15 12:59:05 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org 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 E4CAD16A41C for ; Wed, 15 Jun 2005 12:59:05 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from espresso2.syncrontech.com (sync-old.syncrontech.com [213.28.98.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3128343D4C for ; Wed, 15 Jun 2005 12:59:04 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57]) by espresso2.syncrontech.com (8.12.11/8.12.11) with ESMTP id j5FCx26K073345 for ; Wed, 15 Jun 2005 15:59:02 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Received: from [62.71.8.37] (coffee.syncrontech.com [62.71.8.37]) by guinness.syncrontech.com (8.12.11/8.12.11) with ESMTP id j5FCwuLS009933 for ; Wed, 15 Jun 2005 15:58:57 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <42B0260D.1040007@suutari.iki.fi> Date: Wed, 15 Jun 2005 15:58:53 +0300 From: Ari Suutari User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ipfw fwd: woud it be possible to continue processing rest of rules after match ? X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 12:59:06 -0000 Hi, Currently the ipfw fwd rules work so that the packet is accepted when fwd rule matches. Would it be possible just tag the packet with information about next_hop and just continue processing the rules ? This would make complex rulesets with policy-based routing much simpler, since one could just have relevat fwd statments at beginning of rule sets and then filter the packets in usual way. Ari S.