1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Set multipath on openmptcprouter settings

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-25 10:35:39 +02:00
parent b3bfe73e33
commit bf00d6796a

View file

@ -259,6 +259,7 @@ function wizard_add()
ucic:set("network",intf,"multipath","off")
else
ucic:set("network",intf,"multipath",multipath)
ucic:set("openmptcprouter",intf,"multipath",multipath)
end
ucic:set("network",intf,"defaultroute",0)
ucic:set("network",intf,"peerdns",0)