Page MenuHomeVyOS Platform

Default MTU is not acceptable in some environments
Closed, ResolvedPublicBUG

Description

Some NICs do not support MTU 1500, and if this kind of NIC is used for automated deployment, for example in clouds, such deployments cannot succeed.

An example is Google Cloud with gVNIC, which has a maximum MTU of 1460. With this NIC initial configuration without MTU cannot be applied, because it will fail with the Interface MTU too high, maximum supported MTU is 1460! message.

As a workaround, we can add an extra check to Cloud-init and set an MTU that can never exceed the maximum supported, but the problem needs a more persistent solution.

Details

Difficulty level
Normal (likely a few hours)
Version
1.3, 1.4, 1.5
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)