From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 05:26:32 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 D410A16A406 for ; Tue, 10 Apr 2007 05:26:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id A93F113C43E for ; Tue, 10 Apr 2007 05:26:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 03587216ABE; Tue, 10 Apr 2007 01:26:47 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 10 Apr 2007 01:26:33 -0400 X-Sasl-enc: gpGAATed9HQvRWtI6B25nhV8yu43nuazR3ZV441Dhajl 1176182792 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 5FBC91392F; Tue, 10 Apr 2007 01:26:32 -0400 (EDT) Message-ID: <461B2006.9090508@FreeBSD.org> Date: Tue, 10 Apr 2007 06:26:30 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org, freebsd-emulation@FreeBSD.org References: <20070409132718.GA28377@uws1.starlofashions.com> <20070410010402.GB54131@uws1.starlofashions.com> In-Reply-To: <20070410010402.GB54131@uws1.starlofashions.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: recent CURRENT seems to affect if_tap, if_bridge with qemu 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, 10 Apr 2007 05:26:32 -0000 Scott Robbins wrote: > To follow up, the problem seems to be solved. In private email, someone > suggested to me that I ensure that both bridge0 and tap0 were up. Prior > to my latest update of CURRENT, my /etc/qemu-ifup script just had > > /sbin/ifconfig ${1} > > Changing it to > > /sbin/ifconfig ${1} up > > fixed the problem. > There is a net.link.tap.up_on_open sysctl which may help; it will mark a tap instance as IFF_UP immediately on devfs open or ifconfig clone. Regards, BMS