Re: bgpd: only run one roa softreconfig process at a time

2022-08-30 Thread Sebastian Benoit
ok Claudio Jeker(cje...@diehard.n-r-g.com) on 2022.08.30 22:54:43 +0200: > Currently if bgpd takes a long time to re-evaluate all prefixes because of > a ROA change a second update can come in before the first is processed. > This is not good. So add a barrier to only run one

bgpd: only run one roa softreconfig process at a time

2022-08-30 Thread Claudio Jeker
Currently if bgpd takes a long time to re-evaluate all prefixes because of a ROA change a second update can come in before the first is processed. This is not good. So add a barrier to only run one rde_roa_softreconfig dump at a time. If a dump is pending while a new roa set is received ignore