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)
Wed, Mar 4, 5:10 PM
Unknown Object (File)
Sat, Feb 28, 7:06 PM
Unknown Object (File)
Mon, Feb 23, 12:04 AM
Unknown Object (File)
Dec 30 2025, 2:02 PM
Unknown Object (File)
Dec 13 2025, 11:20 AM
Unknown Object (File)
Dec 11 2025, 6:21 PM
Unknown Object (File)
Dec 11 2025, 5:57 PM
Unknown Object (File)
Nov 21 2025, 10:05 PM

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.