CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/18 10:40:17
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c rde_update.c
Log message:
Use the vstate of the filterstate struct instead of passing an extra copy
to the various prefix update functions.
While there fix a filterstate leak in up_generate_updates().
With and OK tb@
