summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-radvd/luasrc/controller/radvd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-radvd/luasrc/controller/radvd.lua')
-rw-r--r--applications/luci-radvd/luasrc/controller/radvd.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-radvd/luasrc/controller/radvd.lua b/applications/luci-radvd/luasrc/controller/radvd.lua
index 1b403a8f9..6ed117683 100644
--- a/applications/luci-radvd/luasrc/controller/radvd.lua
+++ b/applications/luci-radvd/luasrc/controller/radvd.lua
@@ -24,4 +24,5 @@ function index()
entry({"admin", "network", "radvd", "prefix"}, cbi("radvd/prefix"), nil).leaf = true
entry({"admin", "network", "radvd", "route"}, cbi("radvd/route"), nil).leaf = true
entry({"admin", "network", "radvd", "rdnss"}, cbi("radvd/rdnss"), nil).leaf = true
+ entry({"admin", "network", "radvd", "dnssl"}, cbi("radvd/dnssl"), nil).leaf = true
end