From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgRAo-0003po-06 for garchives@archives.gentoo.org; Fri, 30 Dec 2011 01:22:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F49A21C02B; Fri, 30 Dec 2011 01:22:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 36E7C21C02B for ; Fri, 30 Dec 2011 01:22:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE19B1B405B for ; Fri, 30 Dec 2011 01:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EB25E80043 for ; Fri, 30 Dec 2011 01:22:08 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <2471d741f7d12382ba22a9efac0418293c7a74d5.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/macvlan.sh X-VCS-Directories: net/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2471d741f7d12382ba22a9efac0418293c7a74d5 Date: Fri, 30 Dec 2011 01:22:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a208d9cf-0a08-4229-91f0-2bfac8261f02 X-Archives-Hash: 5656e0c7263a030402a28505c326e278 commit: 2471d741f7d12382ba22a9efac0418293c7a74d5 Author: Marien Zwart gentoo org> AuthorDate: Fri Dec 30 01:10:32 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 30 01:10:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D2471d741 net:macvlan: bring up the interface X-Gentoo-Bug: 396429 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=3D396429 --- net/macvlan.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/macvlan.sh b/net/macvlan.sh index fb5fcdb..422268e 100644 --- a/net/macvlan.sh +++ b/net/macvlan.sh @@ -47,7 +47,7 @@ macvlan_pre_start() if [ -n "${e}" ]; then eend 1 "${e}" else - eend 0 && service_set_value macvlan "${macvlan}" + eend 0 && _up && service_set_value macvlan "${macvlan}" fi } =20