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
F150264562: D45195.id140451.diff
Mon, Mar 30, 5:57 PM
F150203754: D45195.id140451.diff
Mon, Mar 30, 6:07 AM
Unknown Object (File)
Sat, Mar 28, 12:46 AM
Unknown Object (File)
Thu, Mar 26, 3:41 PM
Unknown Object (File)
Wed, Mar 18, 2:49 PM
Unknown Object (File)
Wed, Mar 18, 7:08 AM
Unknown Object (File)
Wed, Mar 18, 12:52 AM
Unknown Object (File)
Mon, Mar 9, 4:03 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 :)