mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
Revert "bgpd: do not announce link-state routes to zebra"
This reverts commit39fb34275f
. (cherry picked from commit4ab7fa86b0
)
This commit is contained in:
parent
cb7df45e6a
commit
22f952a7f5
@ -1262,10 +1262,6 @@ void bgp_zebra_announce(struct bgp_dest *dest, const struct prefix *p,
|
|||||||
uint32_t bos = 0;
|
uint32_t bos = 0;
|
||||||
uint32_t exp = 0;
|
uint32_t exp = 0;
|
||||||
|
|
||||||
if (afi == AFI_LINKSTATE)
|
|
||||||
/* nothing to install */
|
|
||||||
return;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BGP is installing this route and bgp has been configured
|
* BGP is installing this route and bgp has been configured
|
||||||
* to suppress announcements until the route has been installed
|
* to suppress announcements until the route has been installed
|
||||||
|
Loading…
Reference in New Issue
Block a user