Page MenuHomeFreeBSD

pf: support dummynet
ClosedPublic

Authored by kp on Sep 10 2021, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 6:35 AM
Unknown Object (File)
Mon, Mar 18, 11:39 PM
Unknown Object (File)
Mar 7 2024, 6:44 PM
Unknown Object (File)
Jan 24 2024, 5:20 AM
Unknown Object (File)
Jan 16 2024, 11:28 AM
Unknown Object (File)
Dec 20 2023, 1:04 AM
Unknown Object (File)
Dec 17 2023, 6:03 AM
Unknown Object (File)
Dec 14 2023, 9:43 PM

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!