From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 17:11:59 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4633416A46E for ; Tue, 27 Feb 2007 17:11:59 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB0813C4BC for ; Tue, 27 Feb 2007 17:11:58 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l1RHBvmK035086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Feb 2007 09:11:58 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45E4665D.4040406@errno.com> Date: Tue, 27 Feb 2007 09:11:57 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.9 (X11/20070208) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20070227000327.GA65392@mail.scottro.net> <45E389E0.8040704@errno.com> <20070227015437.GA84457@mail.scottro.net> In-Reply-To: <20070227015437.GA84457@mail.scottro.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: if_bridge problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 17:11:59 -0000 Scott Robbins wrote: > On Mon, Feb 26, 2007 at 05:31:12PM -0800, Sam Leffler wrote: >> Scott Robbins wrote: > > > >>> kldload if_bridge >>> >>> Then >>> >>> ifconfig bridge0 create >>> >>> When I did that today I got >>> >>> ifconfig: SIOCIFCREATE2: Invalid argument >>> >>> >>> Thank you to anyone who can offer some insight. >>> >>> >> dmesg|tail will likely tell you the bridgestp module is missing. >> >> Sam > > Thank you Sam, but that doesn't seem to be the case. When I did a > kldload of if_bridge, bridgestp was also loaded. (Which of course, I > should have mentioned in my original post, please accept my apologies.) > > I don't know enough about if_bridge to know what other information might > be important. The ifconfig bridge0 create part has always pretty much > Just Worked(TM) for me as long as I loaded if_bridge. > > Thank you and again my apologies for not realizing I should have > mentioned bridgestp in my original post. > > I broke ifconfig cloning operations; should be fixed now. Sam