Page MenuHomeFreeBSD

if_bridge: add ALTQ support
ClosedPublic

Authored by kp on Aug 25 2021, 9:21 AM.
Tags
None
Referenced Files
F151065471: D31675.id.diff
Sun, Apr 5, 6:14 PM
F151057092: D31675.id94226.diff
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
Unknown Object (File)
Dec 30 2025, 2:02 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
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.