On Mon, Sep 05, 2022 at 02:46:45PM +0200, Theo Buehler wrote: > Once a ProviderAS has an afiLimit, all subsequent ProviderAS without > afiLimit will erroneously inherit that limit since provider.afi is > only (re)set if pa->afiLimit != NULL. Zeroing the provider inside the > loop avoids this issue.
Nice catch! OK job@
