1
0
Fork 0
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:
Ycarus 2018-05-25 15:02:10 +02:00
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
View file

View 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'