mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix mptcp uci
This commit is contained in:
parent
f6701ae8c2
commit
286c6e25ed
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ if [ "$(uci -q show network.globals | grep mptcp_path_manager)" = "" ]; then
|
|||
commit network
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get network.globals.mptcp_checksum")" = "enable" ]; then
|
||||
if [ "$(uci -q get network.globals.mptcp_checksum)" = "enable" ]; then
|
||||
uci -q batch <<-EOF
|
||||
set network.globals.mptcp_checksum=1
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get network.globals.mptcp_checksum")" = "disable" ]; then
|
||||
if [ "$(uci -q get network.globals.mptcp_checksum)" = "disable" ]; then
|
||||
uci -q batch <<-EOF
|
||||
set network.globals.mptcp_checksum=0
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue