summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-radvd/luasrc/model/cbi/radvd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-04 08:55:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-04 08:55:57 +0000
commit97e49204f8bb125326b58d4cd25299e3ab03d00f (patch)
tree92bf2db882b321dd5a4a220fef910f7be4c5fc5b /applications/luci-radvd/luasrc/model/cbi/radvd
parent65a7a7121c55f0a4fd1691ac6681a409751afdb0 (diff)
applications/luci-radvd: fix various issues
Diffstat (limited to 'applications/luci-radvd/luasrc/model/cbi/radvd')
-rw-r--r--applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua b/applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua
index 5313bbe3fa..b9704cdb41 100644
--- a/applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua
+++ b/applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua
@@ -82,7 +82,7 @@ o.datatype = "ip6addr"
o.placeholder = translate("default")
function o.cfgvalue(self, section)
local l = { }
- local v = m.uci:get_list("radvd", section, "prefix")
+ local v = m.uci:get_list("radvd", section, "addr")
for v in utl.imatch(v) do
l[#l+1] = v
end