Hi folks, are the rdr-to and nat-to options in "pass" rules as sticky as for "match" rules?
Sample: pass in on $ext_if from any to 1.2.3.0/24 port 80 tag MYTAG rdr-to $host_a pass in on $ext_if from any to 1.2.3.42 port 80 AFAIU traffic to 1.2.3.42 port 80 would be tagged with "MYTAG". Would it be redirected, too? Of course I checked the man page, but it didn't tell. Any helpful comment would be highly appreciated. Regards Harri

