Merge pull request #2225 from tano-systems/luci-proto-3g-fix-missed-opt-name
luci-proto-3g: add missed option name for IPv6 address obtain mode
This commit is contained in:
commit
7eff2de5d4
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ dialnumber.placeholder = "*99***1#"
|
|||
|
||||
if luci.model.network:has_ipv6() then
|
||||
|
||||
ipv6 = section:taboption("advanced", ListValue, "ipv6")
|
||||
ipv6 = section:taboption("advanced", ListValue, "ipv6",
|
||||
translate("Obtain IPv6-Address"))
|
||||
|
||||
ipv6:value("auto", translate("Automatic"))
|
||||
ipv6:value("0", translate("Disabled"))
|
||||
ipv6:value("1", translate("Manual"))
|
||||
|
|
Loading…
Reference in a new issue