Page MenuHomeFreeBSD

bridge.4: describe new MTU behaviour
ClosedPublic

Authored by kp on Sep 7 2022, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 4, 2:41 AM
Unknown Object (File)
Apr 30 2024, 3:46 PM
Unknown Object (File)
Apr 30 2024, 3:45 PM
Unknown Object (File)
Apr 30 2024, 3:45 PM
Unknown Object (File)
Apr 30 2024, 3:45 PM
Unknown Object (File)
Apr 30 2024, 8:30 AM
Unknown Object (File)
Mar 20 2024, 2:15 PM
Unknown Object (File)
Feb 13 2024, 10:15 PM
Subscribers

Details

Summary

1865ebfb12 changed if_bridge to have it change the MTU on newly added
interfaces to match the if_bridge MTU, rather than rejecting them for
having an incorrect MTU.

Update the man page to reflect this, as pointed out by woodsb02.

Diff Detail

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

Event Timeline

kp requested review of this revision.Sep 7 2022, 1:29 PM

Small typo, the rest looks good to me for the man page.

share/man/man4/bridge.4
516–517

s/wich/which/

Looks good! Can I propose also adding some additional info describing the new behaviour when the MTU of an existing bridge is changed?

share/man/man4/bridge.4
130–132

Perhaps add a new line that also explains the new behaviour when the MTU of a bridge interface is changed. Something like the below.

If the MTU of a bridge is changed after its creation, the MTU of all member interfaces is also changed to match.

Looks good to me. Thanks for all your work on making the bridge interface faster and more user friendly Kristof!

This revision is now accepted and ready to land.Sep 15 2022, 11:00 PM
This revision was automatically updated to reflect the committed changes.