Page MenuHomeFreeBSD

pf: fix netpfil.common.dummynet:pf_nat test
ClosedPublic

Authored by kp on Nov 22 2021, 10:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 22, 11:26 AM
Unknown Object (File)
Sun, Jul 5, 3:13 AM
Unknown Object (File)
Tue, Jun 30, 6:35 PM
Unknown Object (File)
Tue, Jun 30, 12:37 AM
Unknown Object (File)
Jun 28 2026, 6:13 PM
Unknown Object (File)
Jun 27 2026, 3:39 PM
Unknown Object (File)
Jun 27 2026, 1:36 PM
Unknown Object (File)
Jun 26 2026, 8:50 PM

Details

Summary

This test failed if ipfw was loaded (as well as pf). pf used the same
tag as summynet to indicate a packet had already gone through dummynet.
However, ipfw removes this tag, so pf didn't realise the packet had
already gone through dummynet.

Introduce a separate flag, in the existing pf mtag rather than re-using
the ipfw tag. There were no free flag bits, but PF_TAG_FRAGCACHE is no
longer used so its bit can be re-purposed.

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 42924
Build 39812: arc lint + arc unit