[Bug 265649] [pf]: regression: PF ignores translation settings on gre(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Sep 2022 12:36:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265649 --- 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 -- You are receiving this mail because: You are the assignee for the bug.