From: Claudio Jeker Subject: Re: more bgpd rde_rib.c refactoring To: Theo Buehler Cc: tech@openbsd.org Date: Wed, 24 Sep 2025 15:23:57 +0200 On Wed, Sep 24, 2025 at 03:20:04PM +0200, Theo Buehler wrote: > 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? Oups, forgot to do that :) > > Also in rib_dump_r() skip empty rib entries. Those entries hold no > > prefixes and can always be skipped. > > ok tb > -- :wq Claudio