aboutsummaryrefslogtreecommitdiff
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 86a659c4..1b95f5c0 100644
--- a/net/macvlan.sh
+++ b/net/macvlan.sh
@@ -12,7 +12,7 @@ macvlan_depend()
_is_macvlan()
{
- [ -n "$(export RC_SVCNAME="net.${IFACE}"; service_get_value macvlan)" ]
+ [ -n "$(RC_SVCNAME="net.${IFACE}"; export RC_SVCNAME ; service_get_value macvlan)" ]
}
macvlan_pre_start()