Page MenuHomeFreeBSD

Make dummynet kernel module independent from IPFW
AbandonedPublic

Authored by meka_tilda.center on Aug 20 2019, 10:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 30, 12:20 AM
Unknown Object (File)
Fri, Sep 27, 9:53 AM
Unknown Object (File)
Sep 7 2024, 3:28 PM
Unknown Object (File)
Aug 17 2024, 10:52 AM
Unknown Object (File)
Jul 28 2024, 3:27 PM
Unknown Object (File)
Jul 14 2024, 11:16 PM
Unknown Object (File)
Jul 14 2024, 11:15 PM
Unknown Object (File)
Jul 14 2024, 8:56 PM

Details

Reviewers
thj
Summary

The dummynet module has no reason to depend on IPFW, while the rest of the code can benefit from dummynet, like adding support to PF.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Is this still relevant to your porting work? If I get an ack I will add this to my list to look at.

Yes, it's still relevant. I'm very slow at progress on PF+Dummynet integration, but I am working on it, and dummynet not depending on IPFW is essential.