summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkp <kp@FreeBSD.org>2017-03-26 18:11:40 +0000
committerkp <kp@FreeBSD.org>2017-03-26 18:11:40 +0000
commita0fbeab2a8ad062da54fea8016ebd64a9760f62a (patch)
tree8628833f31783ebadbcf9219e477b00d44c604c5 /secure
parent4be21fbbcf3d04ffd327955cf2de3dcdc2ae0bf9 (diff)
downloadFreeBSD-src-a0fbeab2a8ad062da54fea8016ebd64a9760f62a.zip
FreeBSD-src-a0fbeab2a8ad062da54fea8016ebd64a9760f62a.tar.gz
MFC 315529
pf: Fix rule evaluation after inet6 route-to In pf_route6() we re-run the ruleset with PF_FWD if the packet goes out of a different interface. pf_test6() needs to know that the packet was forwarded (in case it needs to refragment so it knows whether to call ip6_output() or ip6_forward()). This lead pf_test6() to try to evaluate rules against the PF_FWD direction, which isn't supported, so it needs to treat PF_FWD as PF_OUT. Once fwdir is set correctly the correct output/forward function will be called. PR: 217883 Submitted by: Kajetan Staszkiewicz Sponsored by: InnoGames GmbH
Diffstat (limited to 'secure')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud