i was writing my pf rules and and i noticed following: the rule, antispoof quick log for fxp0 inet expands to this when loading the rulesets to packet filter:
block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any ... the ruleset optimizer removes the duplicated entries but is it normal it to translate the rule in this way in the first place? Regards Mike.