Page MenuHomeFreeBSD

pf: fix 'no rdr'
ClosedPublic

Authored by kp on Oct 18 2025, 8:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 11:46 PM
Unknown Object (File)
Mon, Nov 24, 3:02 AM
Unknown Object (File)
Sat, Nov 22, 7:00 AM
Unknown Object (File)
Oct 29 2025, 1:00 AM
Unknown Object (File)
Oct 28 2025, 2:02 PM
Unknown Object (File)
Oct 26 2025, 4:38 PM
Unknown Object (File)
Oct 26 2025, 4:38 PM
Unknown Object (File)
Oct 26 2025, 4:36 PM

Details

Summary

Ensure we always have a non-NULL rule pointer (ctx.rm).
It might have gotten set to NULL by pf_get_translation().

While here also restore the previous rdr behaviour be re-adding the incorrectly
removed 'break' in pf_match_translation_rule.

PR: 290177
MFC after: 3 days
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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