mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-wireguard: remove MTU limit
fixes #5737 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -148,7 +148,7 @@ return network.registerProtocol('wireguard', {
|
||||
// -- advanced --------------------------------------------------------------------
|
||||
|
||||
o = s.taboption('advanced', form.Value, 'mtu', _('MTU'), _('Optional. Maximum Transmission Unit of tunnel interface.'));
|
||||
o.datatype = 'range(1280,1420)';
|
||||
o.datatype = 'max(9200)';
|
||||
o.placeholder = '1420';
|
||||
o.optional = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user