diff options
Diffstat (limited to 'net/macvlan.sh')
-rw-r--r-- | net/macvlan.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/macvlan.sh b/net/macvlan.sh index ccb28ea7..86a659c4 100644 --- a/net/macvlan.sh +++ b/net/macvlan.sh @@ -5,10 +5,7 @@ macvlan_depend() { - local x - x=$(_which ip) - [ -z "${X}" ] && return 1 - program $x + program ip after interface before dhcp macchanger } |