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
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
===