Page MenuHomeFreeBSD

netpfil tests: extend dummynet tests to pf
ClosedPublic

Authored by kp on Sep 10 2021, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 8:49 AM
Unknown Object (File)
Thu, Feb 26, 5:53 AM
Unknown Object (File)
Tue, Feb 24, 2:42 AM
Unknown Object (File)
Wed, Feb 18, 10:29 PM
Unknown Object (File)
Wed, Feb 18, 6:00 PM
Unknown Object (File)
Nov 14 2025, 6:20 AM
Unknown Object (File)
Nov 12 2025, 2:05 AM
Unknown Object (File)
Nov 10 2025, 7:50 AM

Details

Summary

Now that pf can also use dummynet we should extend the existing dummynet
tests to also test it when used with pf.

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 41463
Build 38352: arc lint + arc unit

Event Timeline

kp requested review of this revision.Sep 10 2021, 4:25 PM
donner added a subscriber: donner.

The rules of pf does not replicate exactly the same logic as the ipfw ones.
This might be insignificant how, but causes extra headache, if the test fails in an interesting way ...

This revision is now accepted and ready to land.Sep 10 2021, 6:45 PM
This revision was automatically updated to reflect the committed changes.