]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: delay local routes until update-delay is over
authorDon Slice <dslice@nvidia.com>
Wed, 21 Oct 2020 14:46:49 +0000 (07:46 -0700)
committerDon Slice <dslice@nvidia.com>
Mon, 26 Oct 2020 11:06:25 +0000 (04:06 -0700)
commitf4d2dd841d598e4a38925e4552672f6cc7464d29
treecfc432d46cadb22a47671f1c4adc786e04691e1b
parentd7bd0c043c6f5cf9f4c58c7006ebda2bfe6ced6a
bgpd: delay local routes until update-delay is over

Problem found that turning an update-delay would only delay prefixes
learned from peers by delaying bestpath, but would allow local routes
(network statements or redistributed) to be immediately advertised,
followed by an End of Rib indicator. This fix delays sending local
routes until the update-delay process is completed, which matches
what testing shows other vendors do..

Ticket: CM-31743
Signed-off-by: Don Slice <dslice@nvidia.com>
bgpd/bgp_packet.c