From owner-freebsd-questions@FreeBSD.ORG Thu May 29 13:13:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0137D106567E for ; Thu, 29 May 2008 13:13:19 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id C2B3F8FC13 for ; Thu, 29 May 2008 13:13:18 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [127.0.0.1] (localhost [127.0.0.1]) by a.cs.okstate.edu (Postfix) with ESMTP id 00E44154E31; Thu, 29 May 2008 08:13:17 -0500 (CDT) Message-ID: <483EABEB.7060809@cs.okstate.edu> Date: Thu, 29 May 2008 08:13:15 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: cp References: <7A6C26B678F8EB48ADBA3A1C75FD250807106C@moe.pleasants.net> In-Reply-To: <7A6C26B678F8EB48ADBA3A1C75FD250807106C@moe.pleasants.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: help with options BRIDGE in freebsd 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 13:13:19 -0000 Written by cp on 05/28/08 17:28>> > I'd really appreciate if someone can shed some light on this for me. I'm > attempting to build a layer2 sniffer using dummynet and ipfw but I'm > having some problems building the new kernel with "options BRIDGE". It > errors out with the message below. Any suggestions? > > -cp > > lois# /usr/sbin/config LOIS > LOIS: unknown option "BRIDGE" > freebsd version = 7.0 > > lois# more LOIS | grep IP > options IPSEC > options IPSEC_FILTERTUNNEL > options IPSEC_DEBUG > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=100 > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_FORWARD > options IPDIVERT > options IPFILTER > options IPFILTER_LOG > lois# more LOIS | grep BR > options NETGRAPH_BRIDGE > options BRIDGE > > lois# more LOIS | grep DUM > options DUMMYNET > lois# > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" That's because the BRIDGE kernel option is deprecated in FreeBSD 7. Look at if_bridge(4).