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, Dec 24, 3:53 PM
Unknown Object (File)
Mon, Dec 16, 5:22 PM
Unknown Object (File)
Dec 5 2024, 9:02 AM
Unknown Object (File)
Nov 1 2024, 3:19 AM
Unknown Object (File)
Sep 24 2024, 11:38 AM
Unknown Object (File)
Sep 22 2024, 7:15 AM
Unknown Object (File)
Sep 22 2024, 4:28 AM
Unknown Object (File)
Sep 17 2024, 4:15 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 :)