Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 08:13:15 -0500
From:      Reid Linnemann <lreid@cs.okstate.edu>
To:        cp <lists@pleasants.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: help with options BRIDGE in freebsd 7.0
Message-ID:  <483EABEB.7060809@cs.okstate.edu>
In-Reply-To: <7A6C26B678F8EB48ADBA3A1C75FD250807106C@moe.pleasants.net>
References:  <7A6C26B678F8EB48ADBA3A1C75FD250807106C@moe.pleasants.net>

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



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