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)
Mon, Oct 21, 1:24 AM
Unknown Object (File)
Mon, Oct 21, 1:23 AM
Unknown Object (File)
Mon, Oct 21, 1:23 AM
Unknown Object (File)
Mon, Oct 21, 1:23 AM
Unknown Object (File)
Mon, Oct 21, 1:02 AM
Unknown Object (File)
Sep 28 2024, 1:29 AM
Unknown Object (File)
Sep 27 2024, 11:18 PM
Unknown Object (File)
Sep 12 2024, 8:54 AM
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.