Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: net/
Date: Fri, 30 Dec 2011 01:22:18
Message-Id: 2471d741f7d12382ba22a9efac0418293c7a74d5.WilliamH@gentoo
1 commit: 2471d741f7d12382ba22a9efac0418293c7a74d5
2 Author: Marien Zwart <marienz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 01:10:32 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 01:10:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=2471d741
7
8 net:macvlan: bring up the interface
9
10 X-Gentoo-Bug: 396429
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=396429
12
13 ---
14 net/macvlan.sh | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/net/macvlan.sh b/net/macvlan.sh
18 index fb5fcdb..422268e 100644
19 --- a/net/macvlan.sh
20 +++ b/net/macvlan.sh
21 @@ -47,7 +47,7 @@ macvlan_pre_start()
22 if [ -n "${e}" ]; then
23 eend 1 "${e}"
24 else
25 - eend 0 && service_set_value macvlan "${macvlan}"
26 + eend 0 && _up && service_set_value macvlan "${macvlan}"
27 fi
28 }