Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2002 14:16:34 -0700
From:      Luigi Rizzo <rizzo@icir.org>
To:        "Crist J. Clark" <cjc@FreeBSD.ORG>
Cc:        ipfw@FreeBSD.ORG
Subject:   Re: BRIDGE requires IPFW in CURRENT
Message-ID:  <20021013141634.A2735@carp.icir.org>
In-Reply-To: <20021013210547.GA90169@blossom.cjclark.org>; from crist.clark@attbi.com on Sun, Oct 13, 2002 at 02:05:47PM -0700
References:  <20021013210547.GA90169@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013141634.A2735>