CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/12 08:22:08
Modified files:
usr.sbin/bgpd : rde_decide.c
Log message:
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@
