[Bug 257106] Local-origin connections matching 'pass out' rules with 'route-to' fail
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Aug 2021 16:30:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257106
--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=44c47bc6d61ea295c6bb955a40f32c93a589f3ea
commit 44c47bc6d61ea295c6bb955a40f32c93a589f3ea
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-07-14 10:17:03 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2021-08-07 07:09:35 +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
(cherry picked from commit 2c0d115bbc8f8ee3f011a5c4a69bcbf58c4b721f)
sys/netpfil/pf/pf.c | 6 ------
1 file changed, 6 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.