From owner-cvs-src@FreeBSD.ORG Thu Jun 1 11:08:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9DE16B928; Thu, 1 Jun 2006 11:08:19 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6778C43D72; Thu, 1 Jun 2006 11:08:09 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id ED30C1151D; Thu, 1 Jun 2006 13:08:04 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35851-02; Thu, 1 Jun 2006 13:07:59 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 6C69211493; Thu, 1 Jun 2006 13:07:58 +0200 (CEST) From: Florent Thoumie To: Andrew Thompson In-Reply-To: <200606011101.k51B1stR081865@repoman.freebsd.org> References: <200606011101.k51B1stR081865@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IGjS8MoYq5yVesZ4sPga" Date: Thu, 01 Jun 2006 12:07:52 +0100 Message-Id: <1149160072.29704.0.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:08:31 -0000 --=-IGjS8MoYq5yVesZ4sPga Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-06-01 at 11:01 +0000, Andrew Thompson wrote: > thompsa 2006-06-01 11:01:54 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/defaults rc.conf=20 > etc/rc.d Makefile netif=20 > share/man/man5 rc.conf.5=20 > Added files: > etc/rc.d bridge=20 > 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 applicat= ions > such as qemu, vmware, openvpn, ... which open tap interfaces and need t= hem > bridged with the hosts network adapter, the user can set up a glob for > interfaces to be automatically added (eg tap*). > =20 > Revision Changes Path > 1.287 +3 -0 src/etc/defaults/rc.conf > 1.73 +1 -1 src/etc/rc.d/Makefile > 1.1 +93 -0 src/etc/rc.d/bridge (new) > 1.20 +3 -0 src/etc/rc.d/netif > 1.299 +18 -0 src/share/man/man5/rc.conf.5 Cool! Are you planning to MFC this and the devd patch you committed earlier? --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-IGjS8MoYq5yVesZ4sPga Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEfsqIMxEkbVFH3PQRAvsaAJ9pkZdy1638MFnvdAaioM/nhYI3jwCeP2WJ pOowH9phDpgRNF0sAy20nwI= =Z1Xv -----END PGP SIGNATURE----- --=-IGjS8MoYq5yVesZ4sPga--