mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix IPv6 wizard checkbox
This commit is contained in:
parent
38dcaba38c
commit
fae375a050
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ function wizard_add()
|
|||
|
||||
-- Enable/disable IPv6
|
||||
local disableipv6 = luci.http.formvalue("enableipv6") or "1"
|
||||
ucic:set("openmptcprouter","settings","disable_ipv6",disable_ipv6)
|
||||
ucic:set("openmptcprouter","settings","disable_ipv6",disableipv6)
|
||||
--local ut = require "luci.util"
|
||||
--local result = ut.ubus("openmptcprouter", "set_ipv6_state", { disable_ipv6 = disableipv6 })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue