commit | 6f86b325189e0a53c97bf86cff0c8b02ff624934 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Sep 06 22:36:19 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 07 13:57:24 2010 -0700 |
tree | 856badf9fa6205b2216eb4301a0776da70d5b28a | |
parent | 8df73ff90f00f14d2c7ff7156f7ef153f7e9d3b7 [diff] |
ipv4: Fix reverse path filtering with multipath routing. 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>