diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:43:59 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:43:59 -0400 |
| commit | 4ab7fa86b0360fb79cbe4905a167e8ac25f7f6bf (patch) | |
| tree | 901d632c791ff3e5d2eef944e5bc36575f84f3e8 | |
| parent | 7679d6056b96f707c01157fe5cefab06a7a6392b (diff) | |
Revert "bgpd: do not announce link-state routes to zebra"
This reverts commit 39fb34275f827b3e1134549ed1731d74e72e6c79.
| -rw-r--r-- | bgpd/bgp_zebra.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index a04d54fa92..5b69de08c2 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -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 |
