mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
No output on multipath command in init.d/mptcp
This commit is contained in:
parent
004851d2db
commit
4b751558b4
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ set_multipath() {
|
||||||
done
|
done
|
||||||
[ "$exist" = "0" ] && [ -z "$(multipath $iface | grep deactivated)" ] && [ "$iface" != "bonding_master" ] && [ -n "$(multipath $iface)" ] && {
|
[ "$exist" = "0" ] && [ -z "$(multipath $iface | grep deactivated)" ] && [ "$iface" != "bonding_master" ] && [ -n "$(multipath $iface)" ] && {
|
||||||
logger -t "MPTCP" "Disabling MPTCP on interface $iface not found in enabled multipath list"
|
logger -t "MPTCP" "Disabling MPTCP on interface $iface not found in enabled multipath list"
|
||||||
multipath $iface off
|
multipath $iface off >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue