From 7e61238f9662b492285b07b2c47a5c64966784a5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Aug 2008 14:07:25 +0000 Subject: [PATCH] * luci/applications: make hna anouncments a tblsection in olsr model --- applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua index 824b2b513..80fe53ccd 100644 --- a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua +++ b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -116,6 +116,7 @@ for i, sect in ipairs({ "Hna4", "Hna6" }) do hna = m:section(TypedSection, sect) hna.addremove = true hna.anonymous = true + hna.template = "cbi/tblsection" net = hna:option(Value, "NetAddr") msk = hna:option(Value, "Prefix") -- 2.11.0