mirror of https://github.com/openwrt/luci.git
luci-proto-wireguard: fix wrong maximum MTU
Signed-off-by: Dan Luedtke <mail@danrl.com>pull/988/head
parent
b6341bd197
commit
a9463d3d1a
|
@ -66,8 +66,8 @@ mtu = section:taboption(
|
|||
translate("MTU"),
|
||||
translate("Optional. Maximum Transmission Unit of tunnel interface.")
|
||||
)
|
||||
mtu.datatype = "range(1280,1423)"
|
||||
mtu.placeholder = "1423"
|
||||
mtu.datatype = "range(1280,1420)"
|
||||
mtu.placeholder = "1420"
|
||||
mtu.optional = true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue