1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix typo in mptcp init

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-12-26 20:23:11 +01:00
parent dfc9ea66c9
commit 01f17f82f6

View file

@ -206,7 +206,7 @@ interface_multipath_settings() {
#echo "îface: $iface"
if [ "$(uci -q get openmptcprouter.settings.force_multipath)" != "0" ]; then
_logger -t "MPTCP" "Set $iface to $mode"
logger -t "MPTCP" "Set $iface to $mode"
if [ "$mode" = "master" ]; then
multipath "$iface" "on"
else