X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/zebra/zebra_rib.c diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 9ca0290..857abca 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1320,7 +1320,7 @@ rib_process (struct route_node *rn) { /* Install new or replace existing redistributed entry */ SET_FLAG (new_selected->flags, ZEBRA_FLAG_SELECTED); - redistribute_add (&rn->p, new_selected); + redistribute_add (&rn->p, new_selected, old_selected); } }