summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-radvd/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-29 03:27:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-29 03:27:37 +0000
commita707d2cb84459d8f92eebadec86eeefb16c0548e (patch)
tree2890b55c1c7c2420211d232bec113a472ac4e57c /applications/luci-radvd/luasrc/controller
parentc2b107ed46571a1494d74d4c1af3bb22b8b2f821 (diff)
applications/luci-radvd: sync with OpenWrt trunk changes
Diffstat (limited to 'applications/luci-radvd/luasrc/controller')
-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 1b403a8f92..6ed1176837 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