net:macvlan: bring up the interface

X-Gentoo-Bug: 396429
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=396429
This commit is contained in:
Marien Zwart 2011-12-29 19:10:32 -06:00 committed by William Hubbs
parent 759f4ca4f2
commit 2471d741f7

View File

@ -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
}