mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Force MPTCP debug disabled
This commit is contained in:
parent
ebec0f0e5c
commit
8cb905ca2f
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ if [ "$(uci -q get network.globals.mptcp_checksum)" = "disable" ]; then
|
||||||
set network.globals.mptcp_checksum=0
|
set network.globals.mptcp_checksum=0
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
if [ "$(uci -q get network.globals.mptcp_debug)" != "0" ]; then
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
set network.globals.mptcp_debug=0
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$(uci -q show network.globals | grep mptcp_fullmesh)" = "" ]; then
|
if [ "$(uci -q show network.globals | grep mptcp_fullmesh)" = "" ]; then
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue