Gentoo Archives: gentoo-user

From: Shaochun Wang <scwang@××××××.cn>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bridge configuration problem
Date: Mon, 11 Aug 2008 11:40:46
Message-Id: 20080811065903.GA17498@localhost
In Reply to: Re: [gentoo-user] bridge configuration problem by Stroller
1 On Fri, Aug 08, 2008 at 12:47:35PM +0100, Stroller wrote:
2 >
3 > preup() {
4 > if [[ ${IFACE} == "br0" ]] ;
5 > then sleep 30 ;
6 > fi
7 > return 0
8 > }
9 > $
10 >
11 > Note that the preup is added in an attempt to overcome similar problems to
12 > those you describe - starting or restarting the bridge doesn't always work
13 > first time - but mine is still flakey.
14 >
15 > Stroller.
16 After adding the preup() function, it works now!
17
18 --
19 Shaochun Wang <scwang@××××××.cn>
20
21 Jabber: fungusw@××××××.org

Replies

Subject Author
Re: [gentoo-user] bridge configuration problem Shaochun Wang <scwang@××××××.cn>