mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:10:53 +00:00
zebra: redistribute srcdest routes to the client daemons
Somehow we missed these bits from the original srcdest patchset. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
b81ef7b30a
commit
f0c4b8e1c8
@ -114,7 +114,7 @@ static void zebra_redistribute(struct zserv *client, int type, u_short instance,
|
|||||||
if (!table)
|
if (!table)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (rn = route_top(table); rn; rn = route_next(rn))
|
for (rn = route_top(table); rn; rn = srcdest_route_next(rn))
|
||||||
RNODE_FOREACH_RE(rn, newre)
|
RNODE_FOREACH_RE(rn, newre)
|
||||||
{
|
{
|
||||||
struct prefix *dst_p, *src_p;
|
struct prefix *dst_p, *src_p;
|
||||||
|
Loading…
Reference in New Issue
Block a user