Page MenuHomeFreeBSD

if_vxlan(4): Exclude ETHER_CRC_LEN while calculating VXLAN_MAX_MTU
ClosedPublic

Authored by zlei on May 14 2024, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 11:41 PM
Unknown Object (File)
Tue, Apr 22, 10:37 PM
Unknown Object (File)
Feb 27 2025, 7:24 AM
Unknown Object (File)
Feb 27 2025, 4:09 AM
Unknown Object (File)
Feb 26 2025, 1:13 PM
Unknown Object (File)
Feb 26 2025, 12:04 AM
Unknown Object (File)
Feb 22 2025, 2:20 PM
Unknown Object (File)
Feb 6 2025, 2:02 PM

Details

Summary

The encapsulated (original) frame does not count in FCS as per Section 5
of RFC 7348.

Fixes: b7592822d5de Allow set MTU more than 1500 bytes
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.May 14 2024, 4:46 AM

As the author of the original patch about increasing MTU, I consider this change to be correct.

This revision is now accepted and ready to land.Jul 2 2024, 1:31 AM

As the author of the original patch about increasing MTU, I consider this change to be correct.

Punished you a Reviewed by: afedorov :)