1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-11-28 10:35:28 +08:00
commit 5472ebbdae
15 changed files with 1350 additions and 581 deletions

View file

@ -358,6 +358,7 @@ function wizard_add()
uci_device = uci_device_from_interface(intf)
if uci_device == "" then
uci_device = intf .. "_dev"
ucic:set("network",uci_device,"device")
end
ucic:set("network",uci_device,"ttl",ttl)