From: Georg Kohmann
Date: Thu, 2 Aug 2018 13:56:58 +0200
> When a ICMPV6_PKT_TOOBIG is received from a link local address the pmtu will
> be updated on a route with an arbitrary interface index. Subsequent packets
> sent back to the same link local address may therefore end up not
> considering
When a ICMPV6_PKT_TOOBIG is received from a link local address the pmtu will
be updated on a route with an arbitrary interface index. Subsequent packets
sent back to the same link local address may therefore end up not
considering the updated pmtu.
Current behavior breaks TAHI v6LC4.1.4 Reduce PMT
From: Georg Kohmann
Date: Fri, 6 Jul 2018 14:59:56 +0200
> @@ -92,7 +92,7 @@ static void icmpv6_err(struct sk_buff *skb, struct
> inet6_skb_parm *opt,
> struct net *net = dev_net(skb->dev);
>
> if (type == ICMPV6_PKT_TOOBIG)
> - ip6_update_pmtu(skb, net, info, 0, 0,
When a ICMPV6_PKT_TOOBIG is received from a link local address the pmtu
will be updated on a route with an arbitrary interface index. Subsequent
packets sent back to the same link local address may therefore end up
not considering the updated pmtu.
Current behavior breaks TAHI v6LC4.1.4 Reduce