Revert "bgpd: do not announce link-state routes to zebra"

This reverts commit 39fb34275f.
This commit is contained in:
Donald Sharp 2023-10-10 16:43:59 -04:00
parent 7679d6056b
commit 4ab7fa86b0

View File

@ -1262,10 +1262,6 @@ void bgp_zebra_announce(struct bgp_dest *dest, const struct prefix *p,
uint32_t bos = 0;
uint32_t exp = 0;
if (afi == AFI_LINKSTATE)
/* nothing to install */
return;
/*
* BGP is installing this route and bgp has been configured
* to suppress announcements until the route has been installed