Date: Thu, 01 Sep 2022 12:36:13 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 265649] [pf]: regression: PF ignores translation settings on gre(4) Message-ID: <bug-265649-16861-is9fw9whVM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265649-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-265649-16861@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265649 --- Comment #1 from Eugene M. Zheganin <eugene@zhegan.in> --- Furthermore, PF seems to merely ignore the gre proto entirely, these rules = also seems to be non-working on 13.x for gre (I see untranslated IP src for gre packets leaving the router): nat on $oif proto { tcp, udp, icmp, gre } from <rfc1918> to any -> $natip1 nat on $oif2 proto { tcp, udp, icmp, gre } from <rfc1918> to any -> $oip2 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265649-16861-is9fw9whVM>