* luci/applications: make hna anouncments a tblsection in olsr model

This commit is contained in:
Jo-Philipp Wich 2008-08-19 14:07:25 +00:00
parent e5608ae6b2
commit 7e61238f96

View file

@ -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")