ipv4: Fix reverse path filtering with multipath routing.
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 05:36:19 +0000 (22:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 20:57:24 +0000 (13:57 -0700)
Actually iterate over the next-hops to make sure we have
a device match.  Otherwise RP filtering is always elided
when the route matched has multiple next-hops.

Reported-by: Igor M Podlesny <for.poige@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found