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)
Thu, Feb 6, 2:02 PM
Unknown Object (File)
Wed, Jan 29, 6:18 AM
Unknown Object (File)
Tue, Jan 28, 8:19 AM
Unknown Object (File)
Sun, Jan 26, 10:52 PM
Unknown Object (File)
Sat, Jan 25, 9:36 PM
Unknown Object (File)
Wed, Jan 22, 6:57 AM
Unknown Object (File)
Mon, Jan 20, 2:06 AM
Unknown Object (File)
Jan 11 2025, 6:48 AM

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 :)