From 99bf022c2aeff35e48d9201406f85f501405c083 Mon Sep 17 00:00:00 2001 From: Arthur Sfez Date: Tue, 6 Oct 2020 13:55:02 -0700 Subject: Add support for IPv6 fragmentation Most of the IPv4 fragmentation code was moved in the fragmentation package and it is reused by IPv6 fragmentation. Test: - pkg/tcpip/network/ipv4:ipv4_test - pkg/tcpip/network/ipv6:ipv6_test - pkg/tcpip/network/fragmentation:fragmentation_test Fixes #4389 PiperOrigin-RevId: 335714280 --- test/packetimpact/tests/BUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/packetimpact') diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index 94731c64b..11db49e39 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -310,8 +310,6 @@ packetimpact_go_test( packetimpact_go_test( name = "ipv6_fragment_reassembly", srcs = ["ipv6_fragment_reassembly_test.go"], - # TODO(b/160919104): Fix netstack then remove the line below. - expect_netstack_failure = True, deps = [ "//pkg/tcpip", "//pkg/tcpip/buffer", -- cgit v1.2.3