Re: ip_forward mpath fix

2016-05-09 Thread Claudio Jeker
On Fri, May 06, 2016 at 02:27:46PM +0200, Martin Pieuchot wrote: > Now that ip_forward() is reusing the route fetched by in_ouraddr() we > want to make sure we're fetching a possible RTF_MPATH route and not > simply picking the first one every time. > > This restore the behavior of r1.274 when usi

ip_forward mpath fix

2016-05-06 Thread Martin Pieuchot
Now that ip_forward() is reusing the route fetched by in_ouraddr() we want to make sure we're fetching a possible RTF_MPATH route and not simply picking the first one every time. This restore the behavior of r1.274 when using mpath entries for forwarding, ok? Index: netinet/ip_input.c ===