luci-proto-ipv6: fix typo in aiccu mtu range
authorPaul Oranje <p.oranje@xs4all.nl>
Wed, 4 Feb 2015 16:51:25 +0000 (17:51 +0100)
committerPaul Oranje <p.oranje@xs4all.nl>
Wed, 4 Feb 2015 16:51:25 +0000 (17:51 +0100)
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua

index 0e9fa06..5676639 100644 (file)
@@ -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"