commit | 24480d426046e46fbcec098be1147650d6d3ff50 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Thu Jan 22 19:09:36 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Fri Feb 06 22:01:51 2015 +0100 |
tree | 3c1dba91df14565902b2e5a40456100ee0af05f6 | |
parent | 7ce9e6a3e8f0318656c1e619f48f3935e41638f1 [diff] |
zebra: return route_node from rib_match_ipv4_safi The multicast code needs to know the route_node in addition to the rib entry in order to perform distance or prefix-length comparisons. Add it as optional "out" pointer parameter. Cc: Everton Marques <everton.marques@gmail.com> Cc: Balaji G <balajig81@gmail.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>