Page MenuHomeFreeBSD

if_bridge: add ALTQ support
ClosedPublic

Authored by kp on Aug 25 2021, 9:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 6:26 PM
Unknown Object (File)
Thu, May 14, 6:24 PM
Unknown Object (File)
Thu, May 14, 4:22 PM
Unknown Object (File)
Tue, May 12, 11:42 AM
Unknown Object (File)
Tue, May 12, 1:13 AM
Unknown Object (File)
Tue, May 12, 12:41 AM
Unknown Object (File)
Sun, May 3, 1:07 PM
Unknown Object (File)
Thu, Apr 30, 1:58 AM

Details

Summary

Similar to the recent addition of ALTQ support to if_vlan.

Obtained from: pfsense
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

kp requested review of this revision.Aug 25 2021, 9:21 AM
donner added a subscriber: donner.

Same game as if_vlan

This revision is now accepted and ready to land.Aug 25 2021, 6:45 PM
This revision was automatically updated to reflect the committed changes.

This looks like a reasonable jumping-off point for implementing IGMP/MLD snooping in if_bridge(4) as a JKH exercise.

It is worth checking Open vSwitch (OVS) as it may already implement that.