]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: return route_node from rib_match_ipv4_safi
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 22 Jan 2015 18:09:36 +0000 (19:09 +0100)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:31 +0000 (20:38 -0400)
commit33550aa869109b07405f7cac50f7287dc713eece
treec9502906c1434ce34e7f7d547c71169c27694378
parent416ec78d3a8661f04ef724099db07311bb53dff0
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>
zebra/rib.h
zebra/zebra_rib.c
zebra/zserv.c