From 4da63dc82e1a458404f0e30f8bba9391eb7dd806 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 24 Nov 2020 15:23:31 -0800 Subject: Report correct pointer value for "bad next header" ICMP error Because the code handles a bad header as "payload" right up to the last moment we need to make sure payload handling does not remove the error information. Fixes #4909 PiperOrigin-RevId: 344141690 --- test/packetimpact/runner/defs.bzl | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/packetimpact') diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl index 494a7f96c..60f0ebae3 100644 --- a/test/packetimpact/runner/defs.bzl +++ b/test/packetimpact/runner/defs.bzl @@ -243,8 +243,6 @@ ALL_TESTS = [ ), PacketimpactTestInfo( name = "icmpv6_param_problem", - # TODO(b/153485026): Fix netstack then remove the line below. - expect_netstack_failure = True, ), PacketimpactTestInfo( name = "ipv6_unknown_options_action", -- cgit v1.2.3