Download raw body.
more bgpd rde_rib.c refactoring
On Wed, Sep 24, 2025 at 03:12:22PM +0200, Claudio Jeker wrote: > Make rib_remove static and factor out the common code from > rib_dump_abort() and rib_dump_terminate() into rib_dump_free(). Makes sense. I assume you are going to remove the extra level of indentation in rib_dump_free() as a followup? > Also in rib_dump_r() skip empty rib entries. Those entries hold no > prefixes and can always be skipped. ok tb
more bgpd rde_rib.c refactoring