Thx for Quick response !

Case closed !

Am 13.05.2022 um 08:04 schrieb Peter N. M. Hansteen:
On Thu, May 12, 2022 at 09:58:26PM +0200, Christian Kundela wrote:
in the anchor it produces two rules:

pass in quick on XXX inet proto udp from any to any port = XXXX label "XXXX"
rdr-to X.X.X.X port XXXX
nat quick on XXX inet proto udp from X.X.X.X port = XXXX to any label "XXXX"
nat-to X.X.X.X port XXXX
The "nat [quick] on" syntax stopped being valid on OpenBSD with the NAT rewrite
in OpenBSD 4.7, some 12 years ago. If you replace the "nat quick" with "pass 
quick"
at least the syntax will be valid.

Yes, it's a bug. I don't see how this could have passed *any* tests at all.


Reply via email to