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

Version
1.3, 1.4, 1.5
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

dmbaturin claimed this task.
zsdc reassigned this task from dmbaturin to c-po.
zsdc added a subscriber: dmbaturin.
c-po moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
dmbaturin changed Issue type from improvement to Bug (incorrect behavior).