From owner-freebsd-ipfw Sun Oct 13 14:16:36 2002 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 43AFA37B401; Sun, 13 Oct 2002 14:16:35 -0700 (PDT) Received: from carp.icir.org (carp.icir.org [192.150.187.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D588943E8A; Sun, 13 Oct 2002 14:16:34 -0700 (PDT) (envelope-from rizzo@carp.icir.org) Received: from carp.icir.org (localhost [127.0.0.1]) by carp.icir.org (8.12.3/8.12.3) with ESMTP id g9DLGYpJ002768; Sun, 13 Oct 2002 14:16:34 -0700 (PDT) (envelope-from rizzo@carp.icir.org) Received: (from rizzo@localhost) by carp.icir.org (8.12.3/8.12.3/Submit) id g9DLGYID002767; Sun, 13 Oct 2002 14:16:34 -0700 (PDT) (envelope-from rizzo) Date: Sun, 13 Oct 2002 14:16:34 -0700 From: Luigi Rizzo To: "Crist J. Clark" Cc: ipfw@FreeBSD.ORG Subject: Re: BRIDGE requires IPFW in CURRENT Message-ID: <20021013141634.A2735@carp.icir.org> References: <20021013210547.GA90169@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021013210547.GA90169@blossom.cjclark.org>; from crist.clark@attbi.com on Sun, Oct 13, 2002 at 02:05:47PM -0700 Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 13, 2002 at 02:05:47PM -0700, Crist J. Clark wrote: > In order to build a kernel with BRIDGE (or to load bridge.ko) you need > to also specify IPFW{,2} (or load ipfw.ko first). This is due to the > use of fw_one_pass in bridge.c:bdg_forward(). Bug or feature? bug, one of the usual ones when you try to implement modules which use each other's features... fw_one_pass should be declared in the same place as other ipfw variables so it is always present irrespective of kernel config options. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message