mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix IPv6 for wan in wizard
This commit is contained in:
parent
b5f4261207
commit
61b651cd42
2 changed files with 12 additions and 3 deletions
|
@ -309,7 +309,9 @@ function wizard_add()
|
|||
|
||||
if proto == "dhcpv6" then
|
||||
ucic:set("network",intf,"reqaddress","try")
|
||||
ucic:set("network",intf,"reqprefix","auto")
|
||||
ucic:set("network",intf,"reqprefix","no")
|
||||
ucic:set("network",intf,"iface_map","0")
|
||||
ucic:set("network",intf,"ipv6","1")
|
||||
end
|
||||
|
||||
ucic:delete("openmptcprouter",intf,"lc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue