luci-proto-ipip: fixes typo (#93)

This commit is contained in:
gaosen 2022-02-21 17:37:48 +08:00 committed by GitHub
parent 37389aaab6
commit 380e994419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ ipaddr.optional = true
ipaddr.datatype = "ip4addr"
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)."))