Page MenuHomeFreeBSD

pf: support dummynet
ClosedPublic

Authored by kp on Sep 10 2021, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 15, 9:24 PM
Unknown Object (File)
Thu, Jun 5, 6:54 PM
Unknown Object (File)
May 11 2025, 8:01 AM
Unknown Object (File)
May 9 2025, 1:56 PM
Unknown Object (File)
May 8 2025, 8:24 PM
Unknown Object (File)
May 3 2025, 7:26 AM
Unknown Object (File)
Apr 30 2025, 8:11 AM
Unknown Object (File)
Apr 22 2025, 11:29 AM

Details

Reviewers
None
Group Reviewers
network
pfsense
Commits
rG63b3c1c77036: pf: support dummynet
Summary

Allow pf to use dummynet pipes and queues.

We re-use the currently unused IPFW_IS_DUMMYNET flag to allow dummynet
to tell us that a packet is being re-injected after being delayed. This
is needed to avoid endlessly looping the packet between pf and dummynet.

MFC after: 2 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41462
Build 38351: arc lint + arc unit

Event Timeline

kp requested review of this revision.Sep 10 2021, 4:25 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2021, 9:45 AM
Closed by commit rG63b3c1c77036: pf: support dummynet (authored by kp). · Explain Why
This revision was automatically updated to reflect the committed changes.

How about some attribution here to where this code is coming from!
Especially since there is a black history behind, I hope to never revive!