K 10 svn:author V 2 kp K 8 svn:date V 27 2015-06-11T13:26:16.133801Z K 7 svn:log V 352 pf: Save the protocol number in the pf_fragment When we try to look up a pf_fragment with pf_find_fragment() we compare (see pf_frag_compare()) addresses (and family), id but also protocol. We failed to save the protocol to the pf_fragment in pf_fragcache(), resulting in failing reassembly. Differential Revision: https://reviews.freebsd.org/D2772 END