1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-11-28 15:50:00 +01:00
parent 004851d2db
commit 4b751558b4

View file

@ -505,7 +505,7 @@ set_multipath() {
done
[ "$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"
multipath $iface off
multipath $iface off >/dev/null 2>&1
}
done
}