]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pf: locally originating connections with 'route-to' fail
authorKristof Provost <kp@FreeBSD.org>
Wed, 14 Jul 2021 10:17:03 +0000 (12:17 +0200)
committerKristof Provost <kp@FreeBSD.org>
Sat, 17 Jul 2021 12:28:07 +0000 (14:28 +0200)
commit2c0d115bbc8f8ee3f011a5c4a69bcbf58c4b721f
tree20c65aae53fc02363bc88bf7afb1adfb0554c9d9
parent295f2d939d960e2bdf5c1499da3eb41618be05e6
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