mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 13:26:20 +04:00
luci-proto-3g: add missed option name for IPv6 address obtain mode
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user