K 10 svn:author V 2 ae K 8 svn:date V 27 2018-03-19T09:52:16.926955Z K 7 svn:log V 277 MFC r330792: Do not try to reassemble IPv6 fragments in "reass" rule. ip_reass() expects IPv4 packet and will just corrupt any IPv6 packets that it gets. Until proper IPv6 fragments handling function will be implemented, pass IPv6 packets to next rule. PR: 170604 END