applications/luci-radvd: fix various issues
[project/luci.git] / applications / luci-radvd / luasrc / model / cbi / radvd / rdnss.lua
index 5313bbe..b9704cd 100644 (file)
@@ -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