CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/28 06:53:55
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
Previous commit introduced a logic bug.
Code needs to call ib_dump_free() for every context where
id matches ctx->ctx_id and ctx->ctx_re is set (this skips
adjout_prefix_dump contexts since there ctx_re is NULL).
OK tb@
