Re: [PATCH] ipv6: icmp: Updating pmtu for link local route

2018-08-05 Thread David Miller
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

[PATCH] ipv6: icmp: Updating pmtu for link local route

2018-08-02 Thread Georg Kohmann
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

Re: [PATCH] ipv6: icmp: Updating pmtu for link local route

2018-07-07 Thread David Miller
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,

[PATCH] ipv6: icmp: Updating pmtu for link local route

2018-07-06 Thread Georg Kohmann
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