Actions
Bug #3927
closedUnable to set gif MTU
Start date:
10/10/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
Description
If you set MTU on interfaces.php for a gif interface, it's not actually changed. For instance, see 22vpntest (info in lastpass shared-dev), interface "HEtunnel". Trying set it via ifconfig results in:
# ifconfig gif0 mtu 1234 ifconfig: ioctl (set mtu): Invalid argument
Updated by Renato Botelho about 10 years ago
- Status changed from New to Rejected
According src code https://github.com/freebsd/freebsd/blob/releng/10.1/sys/net/if_gif.h#L91 minimum valid MTU for gif is 1280.
Updated by Renato Botelho about 10 years ago
- Status changed from Rejected to New
Back to new, we should provide a validation on GUI
Updated by Renato Botelho about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 1c764a3a50d4eb732e7c96eb9351e7b35c2051d4.
Actions