CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 02:45:16
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Simplify up_generate_addpath_all() by using up_generate_addpath() for
the case where new and old are NULL.
This makes it more clear what up_generate_addpath_all() actually does
and up_generate_addpath() still handles the addpath send all case.
OK tb@
