summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-08-02 13:44:31 +0200
committerGitHub <noreply@github.com>2019-08-02 13:44:31 +0200
commitdaeca91f7c228eec8039563daf3ce023516282dc (patch)
treecfd9d736b3924cf2cd3f7ccacc1e26e364fa23bc
parentMerge pull request #4713 from ton31337/fix/set_comm-list_delete_into_config_m... (diff)
parentzebra: Redistribution should be told about the old route (diff)
downloadfrr-daeca91f7c228eec8039563daf3ce023516282dc.tar.xz
frr-daeca91f7c228eec8039563daf3ce023516282dc.zip
Merge pull request #4766 from donaldsharp/redist_small_fix
zebra: Redistribution should be told about the old route
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index ca19971d6..f3721c478 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -1774,7 +1774,7 @@ static void rib_process_result(struct zebra_dplane_ctx *ctx)
/* Redistribute */
redistribute_update(dest_pfx, src_pfx,
- re, NULL);
+ re, old_re);
}
/*