commit | 2d7a3b276be2d032a6c1a48ced87a474327ee3d3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Jun 18 21:52:04 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:11:39 2016 -0700 |
tree | 7ec3681b46b8aa456e987f7b0248dd94abafddb6 | |
parent | 5fbba8ac9358f1e796c8aedcccc3487364643723 [diff] |
ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEED For better traceroute/mtr support for SIT and GRE tunnels, we translate IPV4 ICMP ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEED We also have to translate the IPv4 source IP address of ICMP message to IPv6 v4mapped. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>