In iptables, you can rewrite a connection's destination port while preserving it's address (like so "REDIRECT --to-port X"). Is this not possible with PF? I've read and re-read about redirection in pf.conf(5), but it seems that the "rdr" directive requires you to rewrite the destination address, while only providing port preservation.
If possible, how can I get FP to rewrite just the port?
If possible, how can I get FP to rewrite just the port?