Page MenuHomeFreeBSD

pf tests: extend ethernet dummynet test
ClosedPublic

Authored by kp on May 19 2022, 5:00 PM.
Tags
None
Referenced Files
F166935161: D35258.id106169.diff
Mon, Aug 17, 9:06 PM
F166921470: D35258.id106205.diff
Mon, Aug 17, 7:07 PM
Unknown Object (File)
Wed, Aug 12, 9:32 PM
Unknown Object (File)
Wed, Aug 12, 11:58 AM
Unknown Object (File)
Mon, Aug 10, 2:23 AM
Unknown Object (File)
Sun, Aug 9, 10:26 PM
Unknown Object (File)
Sat, Aug 8, 7:23 PM
Unknown Object (File)
Sat, Aug 8, 12:01 AM

Details

Summary

Extend the existing ethernet dummynet test to also test dummynet on the
outbound direction.
This used to be a problem as traffic shaping wasn't done in the ethernet
code. It merely tagged the packet and left shaping up to the layer 3 pf
code. This works in the inbound direction, but not for outbound traffic
where we hit the L3 code first and only then the L2 code.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 20 2022, 12:52 PM
This revision was automatically updated to reflect the committed changes.