K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-08-20T07:19:00.116174Z K 7 svn:log V 606 pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash 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. MFC after: 2 weeks Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D36050 (cherry picked from commit 1e73fbd8b28946cb1341b51292082864943f0a89) Git Hash: c9554c4df51481a5826111c9ca15a1e28b3d5ba5 Git Author: franco@opnsense.org END