parent
b708852784
commit
4ea75dd1d6
@ -27,8 +27,8 @@ ifplugd_pre_start()
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We don't work on bonded, bridges, tun/tap, vlan or wireless
|
# We don't work on bonded, bridges, tun/tap or vlan
|
||||||
for f in bond bridge tuntap vlan wireless; do
|
for f in bond bridge tuntap vlan; do
|
||||||
if type "_is_${f}" >/dev/null 2>&1; then
|
if type "_is_${f}" >/dev/null 2>&1; then
|
||||||
if _is_${f}; then
|
if _is_${f}; then
|
||||||
veinfo "ifplugd does not work with ${f}"
|
veinfo "ifplugd does not work with ${f}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user