CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/03 06:06:15
Modified files:
usr.sbin/bgpd : rde.c rde_decide.c
Log message:
Move rde_send_kroute() from rde_generate_updates() to prefix_evaluate().
rde_generate_updates() should only handle RIB updates and the logic
for rde_send_kroute() may change in the future.
Refactor code to simplify it a bit and make it clear that to delete a
prefix from the FIB only the prefix/len is needed.
OK tb@
