mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix mptcp settings
This commit is contained in:
parent
393e39db0c
commit
8f5808b200
2 changed files with 1 additions and 1 deletions
0
luci-mod-admin-full/root/etc/init.d/macvlan
Normal file → Executable file
0
luci-mod-admin-full/root/etc/init.d/macvlan
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ "$(uci -q show network.globals | grep multipath)" = "" ]; then
|
||||
if [ "$(uci -q show network.globals | grep mptcp)" = "" ]; then
|
||||
uci -q batch <<-EOF
|
||||
set network.globals.multipath='enable'
|
||||
set network.globals.mptcp_path_manager='fullmesh'
|
||||
|
|
Loading…
Reference in a new issue