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