On Wed, Dec 14, 2022 at 03:02:48PM +0100, Claudio Jeker wrote: > From my ASPA tree. > > In rde_update_dispatch() the MP capability check for IPv4 is done for > every prefix again instead of once for withdraws and once for updates. > In the real MP case this is not an issue since the code does not loop > on that level. > > Move the extra check into its own if block. This is also the place where > I will add the ASPA check (and that check we don't want to do over and > over again).
ok tb
