From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 20:46:06 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 C98CC106564A for ; Wed, 2 Jul 2008 20:46:06 +0000 (UTC) (envelope-from westr@connection.ca) Received: from nc-tor-mail2.connection.ca (nc-tor-mail2.connection.ca [205.207.122.27]) by mx1.freebsd.org (Postfix) with ESMTP id A6C9D8FC12 for ; Wed, 2 Jul 2008 20:46:06 +0000 (UTC) (envelope-from westr@connection.ca) Received: from localhost (external.tor.connection.ca [216.234.38.18]) by nc-tor-mail2.connection.ca (Postfix) with ESMTP id EBA2774E5C3; Wed, 2 Jul 2008 16:46:05 -0400 (EDT) Date: Wed, 2 Jul 2008 16:46:05 -0400 From: Ross Organization: Network Connection X-Priority: 3 (Normal) Message-ID: <148097470.20080702164605@connection.ca> To: Vince Hoffman In-Reply-To: <486BD80A.2000902@unsane.co.uk> References: <19710256683.20080702131816@connection.ca> <486BD80A.2000902@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: FB7.0 - ifconfig clone error - "SIOCIFCREATE2: Invalid argument" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ross List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 20:46:06 -0000 >> Doing manual testing of "ifconfig xyz0 create" causes the error >> "ifconfig: SIOCIFCREATE2: Invalid argument" error to come up and the >> interface then doesn't get created. VH> what command are you using exactly? it certainly works here. After enough tinkering around, I've found the issue. Looks like I need to issue a "ifconfig bce0 -vlanhwtag" command to the interface before issuing the vlan "ifconfig bce0.10 create" command. Surprisingly, it looks like I can issue a "ifconfig bce0 vlanhwtag" command afterwards, and everything is good. Very weird. But I'm happy I found a work around for the time being. R. --