K 10 svn:author V 2 kp K 8 svn:date V 27 2021-09-17T17:54:40.061500Z K 7 svn:log V 602 pf: fix synproxy to local 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 Differential Revision: https://reviews.freebsd.org/D31853 (cherry picked from commit 0a51d74c3ab8e7ee8771cc3ee78ffba831c953ef) Git Hash: 21d8ee0cd3bfa1d20c903cfde12053c360d41ef4 Git Author: kp@FreeBSD.org END