Page MenuHomeFreeBSD

pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash
ClosedPublic

Authored by franco_opnsense.org on Aug 5 2022, 11:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 24, 7:40 PM
Unknown Object (File)
Feb 7 2026, 10:00 PM
Unknown Object (File)
Feb 7 2026, 6:27 PM
Unknown Object (File)
Jan 31 2026, 1:12 AM
Unknown Object (File)
Jan 25 2026, 11:01 AM
Unknown Object (File)
Jan 24 2026, 11:45 PM
Unknown Object (File)
Jan 16 2026, 1:21 AM
Unknown Object (File)
Dec 27 2025, 11:47 PM
Subscribers

Details

Summary
pass inet proto icmp icmp-type {unreach}
pass route-to (if0 127.0.0.1/8) sticky-address inet

The wrong struct was being tested. The parser tries to prevent
"sticky-address sticky-address" syntax but was actually cross-
rule enforcing that ICMP filter cannot be before the use of
"sticky-address" in next rule.

Diff Detail

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