Re: bgpd reload when rib flags change

2022-03-21 Thread Claudio Jeker
On Mon, Mar 21, 2022 at 01:19:53PM +0100, Theo Buehler wrote: > On Mon, Mar 21, 2022 at 12:24:33PM +0100, Claudio Jeker wrote: > > During config reload the RIB may need to be resynced when the > > 'no evaluate' setting changes. > > > > This changes the code to actually flush the Adj-RIB-Out of

Re: bgpd reload when rib flags change

2022-03-21 Thread Theo Buehler
On Mon, Mar 21, 2022 at 12:24:33PM +0100, Claudio Jeker wrote: > During config reload the RIB may need to be resynced when the > 'no evaluate' setting changes. > > This changes the code to actually flush the Adj-RIB-Out of affected peers > and then adjust the RIB in a 2nd step. That way there is

bgpd reload when rib flags change

2022-03-21 Thread Claudio Jeker
During config reload the RIB may need to be resynced when the 'no evaluate' setting changes. This changes the code to actually flush the Adj-RIB-Out of affected peers and then adjust the RIB in a 2nd step. That way there is no need to use rde_generate_updates() to remove the prefixes one by one