Page MenuHomeFreeBSD

pf: fix 'no rdr'
ClosedPublic

Authored by kp on Oct 18 2025, 8:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 9, 5:04 AM
Unknown Object (File)
Fri, Aug 7, 8:50 PM
Unknown Object (File)
Fri, Aug 7, 12:42 PM
Unknown Object (File)
Thu, Aug 6, 7:56 AM
Unknown Object (File)
Thu, Aug 6, 7:49 AM
Unknown Object (File)
Thu, Jul 23, 4:24 AM
Unknown Object (File)
Wed, Jul 22, 3:30 AM
Unknown Object (File)
Wed, Jul 15, 9:37 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