Gentoo Archives: gentoo-user

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] how to create bridge without interfaces!?
Date: Sun, 08 Oct 2006 03:55:38
Message-Id: eg9sh7$log$1@sea.gmane.org
1 Hi,
2
3 i'm trying to create a bridge, but without interfaces! The interfaces
4 will be added by xend. When i put the following in /etc/conf.d/net,
5 baselayout just complains "xenbr1 does not exist".
6
7 bridge_xenbr1=" "
8 config_xenbr1=(
9 "192.168.0.1/24 brd 192.168.0.255"
10 )
11 brctl_xenbr1=(
12 "setfd 0"
13 "sethello 0"
14 "stp off"
15 )
16
17
18
19 I also tried bridge_xenbr1="null" and so on.
20 So am i supposed to do? Is this a missing feature in baselayout?
21
22
23 Thanks,
24 Sven

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: how to create bridge without interfaces!? "Sven Köhler" <skoehler@×××.de>