From owner-cvs-all@FreeBSD.ORG Thu Jun 1 11:14:16 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF12716B822 for ; Thu, 1 Jun 2006 11:14:16 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from grunt8.ihug.co.nz (grunt8.ihug.co.nz [203.109.254.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68B143D55 for ; Thu, 1 Jun 2006 11:14:14 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from 203-109-251-39.static.bliink.ihug.co.nz (heff.fud.org.nz) [203.109.251.39] by grunt8.ihug.co.nz with smtp (Exim 3.35 #1 (Debian)) id 1Fll7z-0006HK-00; Thu, 01 Jun 2006 23:14:11 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id C76B81CC37; Thu, 1 Jun 2006 23:14:10 +1200 (NZST) Date: Thu, 1 Jun 2006 23:14:10 +1200 From: Andrew Thompson To: Florent Thoumie Message-ID: <20060601111410.GB80230@heff.fud.org.nz> References: <200606011101.k51B1stR081865@repoman.freebsd.org> <1149160072.29704.0.camel@mayday.esat.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1149160072.29704.0.camel@mayday.esat.net> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile bridge netif src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:14:28 -0000 On Thu, Jun 01, 2006 at 12:07:52PM +0100, Florent Thoumie wrote: > On Thu, 2006-06-01 at 11:01 +0000, Andrew Thompson wrote: > > thompsa 2006-06-01 11:01:54 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/defaults rc.conf > > etc/rc.d Makefile netif > > share/man/man5 rc.conf.5 > > Added files: > > etc/rc.d bridge > > Log: > > Add rc.d/bridge which is invoked when a new interface arrives and can > > automaticly add it to an Ethernet bridge. This is intended for applications > > such as qemu, vmware, openvpn, ... which open tap interfaces and need them > > bridged with the hosts network adapter, the user can set up a glob for > > interfaces to be automatically added (eg tap*). > > Cool! > > Are you planning to MFC this and the devd patch you committed earlier? Yea, I would like to. I'd need to check that its ok to change the interface anouncement on the stable branch. Andrew