summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ab07549ec2..9e56559522 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -1409,7 +1409,7 @@ static void rib_process_update_fib(struct zebra_vrf *zvrf,
* from ourselves we don't
* over write this pointer
*/
- dest->selected_fib = NULL;
+ dest->selected_fib = new;
}
/* If install succeeded or system route, cleanup flags
* for prior route. */