diff options
Diffstat (limited to 'net/macvlan.sh')
-rw-r--r-- | net/macvlan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/macvlan.sh b/net/macvlan.sh index 8ac75b88..b8a8ffa2 100644 --- a/net/macvlan.sh +++ b/net/macvlan.sh @@ -43,7 +43,7 @@ macvlan_pre_start() [ -z "${macvlan}" ] && return 0 _check_macvlan || return 1 - + case " ${MODULES} " in *" ifconfig "*) eerror "sys-apps/iproute2 is required to configure MACVLANs" |