1
0
Fork 0
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:
Ycarus 2019-01-08 18:12:48 +01:00
parent ebec0f0e5c
commit 8cb905ca2f

View file

@ -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