mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix OMR6in4 settings in interface
This commit is contained in:
parent
cefc5f9291
commit
ef6122f316
2 changed files with 3 additions and 3 deletions
|
@ -1334,7 +1334,7 @@ function settings_add()
|
|||
--local dump = require("luci.util").ubus("openmptcprouter", "disableipv6", { disable_ipv6 = tonumber(disable_ipv6)})
|
||||
|
||||
-- Disable 6in4
|
||||
local disable_6in4 = luci.http.formvalue("enable6in4") or "1"
|
||||
local disable_6in4 = luci.http.formvalue("enable6in4") or "0"
|
||||
ucic:set("openmptcprouter","settings","disable_6in4",disable_6in4)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue