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:
parent
dfc9ea66c9
commit
01f17f82f6
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ interface_multipath_settings() {
|
||||||
#echo "îface: $iface"
|
#echo "îface: $iface"
|
||||||
|
|
||||||
if [ "$(uci -q get openmptcprouter.settings.force_multipath)" != "0" ]; then
|
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
|
if [ "$mode" = "master" ]; then
|
||||||
multipath "$iface" "on"
|
multipath "$iface" "on"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue