Date: Sat, 17 Jul 2021 14:30:17 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 257106] Local-origin connections matching 'pass out' rules with 'route-to' fail Message-ID: <bug-257106-16861-Xfz8blybq4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257106-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-257106-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=3D257106 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D2c0d115bbc8f8ee3f011a5c4a69bcbf58= c4b721f commit 2c0d115bbc8f8ee3f011a5c4a69bcbf58c4b721f Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-14 10:17:03 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-07-17 12:28:07 +0000 pf: locally originating connections with 'route-to' fail Similar to the REPLY_TO shortcut (6d786845cf) we also can't shortcut ROUTE_TO. If we do we will fail to apply transformations or update the state, which can lead to premature termination of the connections. PR: 257106 MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D31177 sys/netpfil/pf/pf.c | 6 ------ 1 file changed, 6 deletions(-) --=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-257106-16861-Xfz8blybq4>