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:
b6e5373
)
luci-proto-ipv6: fix typo in aiccu mtu range
author
Paul Oranje
<redacted>
Wed, 4 Feb 2015 16:51:25 +0000
(17:51 +0100)
committer
Paul Oranje
<redacted>
Wed, 4 Feb 2015 16:51:25 +0000
(17:51 +0100)
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua
b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua
index 0e9fa06c987e6d22ac74262becc2cbd4b4631f43..56766398193dd8d7353297d4d41d9ee31d415a7d 100644
(file)
--- a/
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua
+++ b/
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua
@@
-130,6
+130,6
@@
ttl.placeholder = "64"
mtu = section:taboption("advanced", Value, "mtu",
translate("Use MTU on tunnel interface"))
translate("minimum 1280, maximum 1480"))
-mtu.datatype = "range(1280
-
1480)"
+mtu.datatype = "range(1280
,
1480)"
mtu.placeholder = "1280"
git clone https://git.99rst.org/PROJECT