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:
8226709
)
Fix a typo in IPv6 configuration page
author
Steven Barth
<redacted>
Fri, 24 May 2013 05:50:55 +0000
(
05:50
+0000)
committer
Steven Barth
<redacted>
Fri, 24 May 2013 05:50:55 +0000
(
05:50
+0000)
modules/admin-full/luasrc/model/cbi/admin_network/ipv6.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/ipv6.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/ipv6.lua
index ba91475dd49e7d6187a803cbbefacccb1179cb39..257173e077d739e29380607024d8432a27c6c6d6 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ipv6.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ipv6.lua
@@
-44,7
+44,7
@@
o:value("", translate("disabled"))
o:value("server", translate("server mode"))
o:value("relay", translate("relay mode"))
-o = s:option(ListValue, "ma
man
gement_level", translate("DHCPv6-Mode"))
+o = s:option(ListValue, "ma
na
gement_level", translate("DHCPv6-Mode"))
o:value("", translate("stateless"))
o:value("1", translate("stateless + stateful"))
o:value("2", translate("stateful-only"))
git clone https://git.99rst.org/PROJECT