summaryrefslogtreecommitdiff
path: root/net/macvlan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/macvlan.sh')
-rw-r--r--net/macvlan.sh2
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
}