Before calling rde_generate_updates() with EVAL_ALL ensure that the new
authorclaudio <claudio@openbsd.org>
Thu, 12 Oct 2023 14:22:08 +0000 (14:22 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 12 Oct 2023 14:22:08 +0000 (14:22 +0000)
commitbcdda5504d2b1c5f13d36087924719381d5c03d6
tree56344d71aff7f9c8d6635637d353ca310dbfd383
parente17c4daaf7f127ebd6cd320e57709b2183e1008d
Before calling rde_generate_updates() with EVAL_ALL ensure that the new
path is actually eligible. If this is not the case pass NULL instead.
This is an optimisation to bypass extra work if both old and new path
were ineligible.
OK tb@
usr.sbin/bgpd/rde_decide.c