Re: [PATCH v2] route: do not cache fib route info on local routes with oif

2016-04-08 Thread Chris Friesen
On 04/08/2016 01:14 PM, Julian Anastasov wrote: Your patch is corrupted. I was in the same trap some time ago but with different client: From Documentation/email-clients.txt: Don't send patches with "format=flowed". This can cause unexpected and unwanted line breaks. Anyways

Re: [PATCH v2] route: do not cache fib route info on local routes with oif

2016-04-08 Thread Julian Anastasov
Hello, On Fri, 8 Apr 2016, Chris Friesen wrote: > For local routes that require a particular output interface we do not want to > cache the result. Caching the result causes incorrect behaviour when there > are > multiple source addresses on the interface. The end result being that if

[PATCH v2] route: do not cache fib route info on local routes with oif

2016-04-08 Thread Chris Friesen
For local routes that require a particular output interface we do not want to cache the result. Caching the result causes incorrect behaviour when there are multiple source addresses on the interface. The end result being that if the intended recipient is waiting on that interface for the packet