X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/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); } }