* luci/applications: make hna anouncments a tblsection in olsr model
This commit is contained in:
parent
e5608ae6b2
commit
7e61238f96
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ for i, sect in ipairs({ "Hna4", "Hna6" }) do
|
||||||
hna = m:section(TypedSection, sect)
|
hna = m:section(TypedSection, sect)
|
||||||
hna.addremove = true
|
hna.addremove = true
|
||||||
hna.anonymous = true
|
hna.anonymous = true
|
||||||
|
hna.template = "cbi/tblsection"
|
||||||
|
|
||||||
net = hna:option(Value, "NetAddr")
|
net = hna:option(Value, "NetAddr")
|
||||||
msk = hna:option(Value, "Prefix")
|
msk = hna:option(Value, "Prefix")
|
||||||
|
|
Loading…
Reference in a new issue