Re: [PATCH v2 net-next 0/5] ipv6: better traceroute support in sit and gre

2016-06-18 Thread David Miller
From: Eric Dumazet Date: Sat, 18 Jun 2016 21:52:01 -0700 > In commit ca15a078bd90 ("sit: generate icmpv6 error when receiving icmpv4 > error"), Oussama Ghorbel added minimal support for SIT tunnels to > generate ICMPv6 messages when receiving ICMPv4 messages. > > This patch series extends this t

[PATCH v2 net-next 0/5] ipv6: better traceroute support in sit and gre

2016-06-18 Thread Eric Dumazet
In commit ca15a078bd90 ("sit: generate icmpv6 error when receiving icmpv4 error"), Oussama Ghorbel added minimal support for SIT tunnels to generate ICMPv6 messages when receiving ICMPv4 messages. This patch series extends this to GRE tunnels. It also adds support for ICMPV6_TIME_EXCEED. Partial