mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-08 11:27:28 +08:00
luci-proto-ipip: fixes typo (#93)
This commit is contained in:
parent
37389aaab6
commit
380e994419
@ -14,7 +14,7 @@ ipaddr.optional = true
|
|||||||
ipaddr.datatype = "ip4addr"
|
ipaddr.datatype = "ip4addr"
|
||||||
|
|
||||||
tunlink = section:taboption("general", Value, "tunlink", translate("Bind interface"), translate("Bind the tunnel to this interface (optional)."))
|
tunlink = section:taboption("general", Value, "tunlink", translate("Bind interface"), translate("Bind the tunnel to this interface (optional)."))
|
||||||
ipaddr.optional = true
|
tunlink.optional = true
|
||||||
|
|
||||||
|
|
||||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"), translate("Specify an MTU (Maximum Transmission Unit) other than the default (1280 bytes)."))
|
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"), translate("Specify an MTU (Maximum Transmission Unit) other than the default (1280 bytes)."))
|
||||||
|
Loading…
Reference in New Issue
Block a user