luci-proto-wireguard: remove MTU limit
fixes #5737
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit ddd04a719f
)
This commit is contained in:
parent
0c0cf782f3
commit
9c862a41ea
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue