CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/19 02:49:28
Modified files:
usr.sbin/bgpd : rde.h rde_adjout.c rde_rib.c
Log message:
Implement cleanup helpers for rib_dump_free()
rib_dump_cleanup() and prefix_adjout_dump_cleanup() do the specific
bits of unlocking and removing the held reference to the rib entry
or prefix. This way the code doing that can be properly moved to
rde_adjout.c
OK tb@
