summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDon Slice <dslice@cumulusnetworks.com>2019-06-19 11:22:21 +0000
committerDon Slice <dslice@cumulusnetworks.com>2019-06-19 07:06:32 -0700
commit739c9c90e78baf139ccd5d8f0776f0f4f5a83d59 (patch)
tree4b511ee89d407d0f674b902f41321de512ae0bc9 /lib/command.h
parent8c86cd52be9be63ee221b54164867ea2031af6e3 (diff)
zebra: resolve issue with rnh not evaluating nexhops correctly
Problem discovered in testing that occasionally when an interface address was flushed, the corresponding route would be removed from the kernel and zebra but remain in the bgp table and be advertised to peers. Discovered that when zebra_rib_evaluate_nexthops spun thru the tree list of rns, if the timing and circumstances were right, it would move elements and miss evaluating some. Changed from frr_each to frr_each_safe and the problem is now gone. Ticket: CM-25301 Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
0 files changed, 0 insertions, 0 deletions