From: Alexander Chernavin Date: Fri, 31 Jan 2020 14:19:49 +0000 (-0500) Subject: ip: translate fragmented icmp to fragmented icmp6 X-Git-Tag: v20.09-rc0~671 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8af24b145ce13f03f63250a0fcc0fa3c3bb2adab;hp=8af24b145ce13f03f63250a0fcc0fa3c3bb2adab;p=vpp.git ip: translate fragmented icmp to fragmented icmp6 The first translated ICMPv6 packet of a fragmented ICMP message does not have a IPv6 fragment header. All subsequent have. With this commit, add a IPv6 fragment header to the first translated ICMPv6 packet. Type: fix Change-Id: Id89409ce7273cbeed801e2e18a09d3e7c3c4e4bc Signed-off-by: Alexander Chernavin ---