K 10 svn:author V 2 kp K 8 svn:date V 27 2023-03-20T09:48:24.884534Z K 7 svn:log V 686 pf tests: test IPv6 fragmentation with link-local addresses We've observed a panic after pf_refragment6() with link-local addresses, because pf_refragment6() calls ip6_forward() even for a simple output case. That results in us entering ip6_forward() with an mbuf with a NULL m->m_pkthdr.rcvif, which can cause a NULL deref (but seemingly not for GUAs. Test sending fragmented link-local packets to pf. MFC after: 3 days Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D39063 (cherry picked from commit 225e85513fd7a5e31f649e35f0b99454bb725776) Git Hash: 4b77c46dc29a84047c8c6e7d34b35882a54aaa69 Git Author: kp@FreeBSD.org END