K 10 svn:author V 2 kp K 8 svn:date V 27 2023-03-02T16:26:27.991164Z K 7 svn:log V 519 pfsync: support deferring IPv6 packets When we send out a deferred packet we must make sure to call ip6_output() for IPv6 packets. If not we might end up attempting to ip_fragment() an IPv6 packet, which could lead to us reading outside of the mbuf. PR: 268246 Reviewed by: melifaro, zlei MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D38586 (cherry picked from commit 9a1cab6d79b7286e5f650f57ed95625e6ddb8e4b) Git Hash: dacffdd4dc511ae73e8fd3eb19f9efe4ecb26ba1 Git Author: kp@FreeBSD.org END