Date: Wed, 07 Mar 2007 22:22:22 +0000 From: Joe Holden <joe@joeholden.co.uk> To: rmkml <rmkml@free.fr> Cc: freebsd-net@freebsd.org Subject: Re: ifconfig bridge0 without module not work ? Message-ID: <45EF3B1E.5050106@joeholden.co.uk> In-Reply-To: <Pine.LNX.4.64.0703072232180.1317@npre.npre.pbz> References: <Pine.LNX.4.64.0703072232180.1317@npre.npre.pbz>
next in thread | previous in thread | raw e-mail | index | archive | help
rmkml wrote: > Hi, > I have disabled/removed module on kernel, anyone ok, > but when I create bridge0 : > ifconfig bridge0 create > ifconfig: SIOCIFCREATE: Invalid argument > I just added "options BRIDGE" on my kernel conf. > uname -a : 6.2-RELEASE > ok if I add interface manually and bridge work : > sysctl -w net.link.ether.bridge_cfg=em0,em1 > but ifconfig not view bridge0 ! > Thx for tips/help > Regards > Rmkml > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" options BRIDGE != if_bridge. You will either want to kldload if_bridge, and ifconfig bridge0 create - although this automatically loaded if_bridge on my machine (without options BRIDGE) configured. Ta, Joe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45EF3B1E.5050106>