Page MenuHomeFreeBSD

if_bridge: add ALTQ support
ClosedPublic

Authored by kp on Aug 25 2021, 9:21 AM.
Tags
None
Referenced Files
F151172615: D31675.diff
Mon, Apr 6, 2:16 PM
Unknown Object (File)
Sun, Apr 5, 6:14 PM
Unknown Object (File)
Sun, Apr 5, 5:02 PM
Unknown Object (File)
Wed, Mar 25, 9:19 AM
Unknown Object (File)
Sat, Mar 21, 10:12 AM
Unknown Object (File)
Mar 4 2026, 5:10 PM
Unknown Object (File)
Feb 28 2026, 7:06 PM
Unknown Object (File)
Feb 23 2026, 12:04 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41198
Build 38087: arc lint + arc unit

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.