Re: [PATCH] ipv6: fix icmp6_send() route lookup

2019-02-12 Thread Alin Năstac
On Mon, Feb 11, 2019 at 9:38 PM David Miller wrote: > > From: Alin Nastac > Date: Thu, 7 Feb 2019 16:05:31 +0100 > > > Original packet destination address must be used as saddr for the > > route lookup performed by icmp6_send() even when this address is > > not local. This fixes the IPv6 router

Re: [PATCH] ipv6: fix icmp6_send() route lookup

2019-02-11 Thread Ivan Delalande
Hi David, On Mon, Feb 11, 2019 at 12:38:18PM -0800, David Miller wrote: > From: Alin Nastac > Date: Thu, 7 Feb 2019 16:05:31 +0100 > > > Original packet destination address must be used as saddr for the > > route lookup performed by icmp6_send() even when this address is > > not local. This fix

Re: [PATCH] ipv6: fix icmp6_send() route lookup

2019-02-11 Thread David Miller
From: Alin Nastac Date: Thu, 7 Feb 2019 16:05:31 +0100 > Original packet destination address must be used as saddr for the > route lookup performed by icmp6_send() even when this address is > not local. This fixes the IPv6 router ability to send back > destination unreachable ICMPv6 errors for f

[PATCH] ipv6: fix icmp6_send() route lookup

2019-02-07 Thread Alin Nastac
Original packet destination address must be used as saddr for the route lookup performed by icmp6_send() even when this address is not local. This fixes the IPv6 router ability to send back destination unreachable ICMPv6 errors for forwarded packets when the route toward the saddr of the original p