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
F102185393: D33087.diff
Fri, Nov 8, 4:05 PM
Unknown Object (File)
Oct 3 2024, 8:43 PM
Unknown Object (File)
Oct 3 2024, 8:48 AM
Unknown Object (File)
Oct 3 2024, 6:26 AM
Unknown Object (File)
Sep 28 2024, 2:17 PM
Unknown Object (File)
Sep 28 2024, 5:55 AM
Unknown Object (File)
Sep 26 2024, 7:28 PM
Unknown Object (File)
Sep 25 2024, 2:40 AM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable