Page MenuHomeFreeBSD

pf: fix synproxy to local
ClosedPublic

Authored by kp on Sep 6 2021, 8:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 28 2025, 2:23 AM
Unknown Object (File)
Aug 20 2025, 8:03 PM
Unknown Object (File)
Aug 15 2025, 12:09 AM
Unknown Object (File)
Aug 9 2025, 12:05 AM
Unknown Object (File)
Aug 8 2025, 1:46 PM
Unknown Object (File)
Jul 11 2025, 7:17 PM
Unknown Object (File)
Jul 6 2025, 1:05 AM
Unknown Object (File)
Jul 6 2025, 12:21 AM

Details

Summary

When we're synproxy-ing a connection that's going to us (as opposed to a
forwarded one) we wound up trying to send out the pf-generated tcp
packets through pf_intr(), which called ip(6)_output(). That doesn't
work all that well for packets that are destined for us, so in that case
we must call ip(6)_input() instead.

MFC after: 1 week
Sponsored by: Modirum MDPay

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable