Page MenuHomeFreeBSD

Disable automatic MTU adjustment for if_gre(4) and if_me(4)
ClosedPublic

Authored by ae on Mar 31 2017, 1:47 PM.
Tags
None
Referenced Files
F84389466: D10215.id26869.diff
Thu, May 23, 5:09 AM
Unknown Object (File)
Wed, May 22, 7:56 PM
Unknown Object (File)
Jan 13 2024, 3:43 AM
Unknown Object (File)
Dec 20 2023, 7:25 AM
Unknown Object (File)
Aug 3 2023, 4:40 PM
Unknown Object (File)
Aug 3 2023, 4:40 PM
Unknown Object (File)
Aug 3 2023, 4:39 PM
Unknown Object (File)
Aug 1 2023, 8:38 PM
Subscribers

Details

Summary

In the rS274246 the behavior of MTU calculation was partially changed.
Before this revision interface MTU was adjusted only when GRE key is configured. In the rS274246 when some option, that changes the size of GRE header is configured, the MTU value automatically recalculated.
Several users have complained that this is not handy, and better when an administrator does all calculations and if he wants MTU 1500, it should be 1500 after ifconfig gre0 mtu 1500.
This patch removes automatic MTU adjustment from if_gre(4) and if_me(4).

Diff Detail