git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
845f00d
)
* luci/app/olsr: adept hna cbi model to new initscript
author
Jo-Philipp Wich
<redacted>
Mon, 22 Sep 2008 15:33:14 +0000
(15:33 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 22 Sep 2008 15:33:14 +0000
(15:33 +0000)
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua
patch
|
blob
|
history
diff --git
a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua
b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua
index a5b6b1289ace6b699345c544b83f68f61f2a4113..632a4d4a4ba79e484fa41619651dd89d3df89ad4 100644
(file)
--- a/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua
+++ b/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua
@@
-20,8
+20,8
@@
for i, sect in ipairs({ "Hna4", "Hna6" }) do
hna.anonymous = true
hna.template = "cbi/tblsection"
- net = hna:option(Value, "
NetA
ddr")
- msk = hna:option(Value, "
Prefix
")
+ net = hna:option(Value, "
neta
ddr")
+ msk = hna:option(Value, "
netmask
")
end
return mh
git clone https://git.99rst.org/PROJECT