Page MenuHomeFreeBSD

pf: simplify action resolution in pf_test_rule()
ClosedPublic

Authored by kp on Mar 28 2025, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 1:03 AM
Unknown Object (File)
Sep 11 2025, 9:17 AM
Unknown Object (File)
Aug 30 2025, 6:11 PM
Unknown Object (File)
Aug 28 2025, 3:33 PM
Unknown Object (File)
Aug 28 2025, 10:40 AM
Unknown Object (File)
Aug 28 2025, 9:54 AM
Unknown Object (File)
Aug 14 2025, 10:19 PM
Unknown Object (File)
Aug 11 2025, 4:59 AM

Details

Summary

Rather than looking at state keys after the fact just save the action in the
nat64 section. This simplifies things and it also ensures we don't use state
keys after pf_insert_state().

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

Diff Detail

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