X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id 33FF6DC1637 for ; Fri, 30 Dec 2011 10:48:32 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 03A8CAE4002; Fri, 30 Dec 2011 10:48:32 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wV6-5XEpPC1K; Fri, 30 Dec 2011 10:48:31 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 4E82FAE4001; Fri, 30 Dec 2011 10:48:31 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id D70BE60AF5D12; Fri, 30 Dec 2011 10:48:30 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (ncopa-desktop.nor.wtbts.net [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 7ADEE60AF5718; Fri, 30 Dec 2011 10:48:30 +0000 (UTC) Date: Fri, 30 Dec 2011 11:48:29 +0100 From: Natanael Copa To: Roger Pau Monne Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH v2] alpine-conf: modify setup-interfaces to create simple bridges Message-ID: <20111230114829.47be9d25@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1325238698-1713-1-git-send-email-roger.pau@entel.upc.edu> References: <1325238698-1713-1-git-send-email-roger.pau@entel.upc.edu> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 30 Dec 2011 10:51:38 +0100 Roger Pau Monne wrote: > Modified setup-interfaces to create simple bridges (works only with > one interface per bridge). Useful when setting up a Xen system, since > interfaces need to be bridged in order for guests to have networking. > Some distributions automatically create one bridge for each interface > when Xen is installed, but I think this is too aggressive. > > Changes since v1: > > * Only ask to bridge interfaces if Xen Dom0 is detected > --- > libalpine.sh.in | 9 +++++++++ > setup-interfaces.in | 49 > +++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 54 > insertions(+), 4 deletions(-) applied. I also added a -b option so you can do: setup-interfaces -b and get question about bridge. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---