Skip to content

Commit

Permalink
Merge pull request #17973 from FRRouting/mergify/bp/stable/10.0/pr-17971
Browse files Browse the repository at this point in the history
bgpd: With suppress-fib-pending ensure withdrawal is sent (backport #17971)
  • Loading branch information
ton31337 authored Feb 2, 2025
2 parents c49bd1f + ce0d560 commit 8394957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -3482,6 +3482,12 @@ static void bgp_process_main_one(struct bgp *bgp, struct bgp_dest *dest,
BGP_PATH_ATTR_CHANGED);
UNSET_FLAG(new_select->flags, BGP_PATH_MULTIPATH_CHG);
UNSET_FLAG(new_select->flags, BGP_PATH_LINK_BW_CHG);
} else {
/*
* Ensure that on uninstall that the INSTALL_PENDING
* is no longer set
*/
UNSET_FLAG(dest->flags, BGP_NODE_FIB_INSTALL_PENDING);
}

/* call bmp hook for loc-rib route update / withdraw after flags were
Expand Down

0 comments on commit 8394957

Please sign in to comment.