Re: bgpd refactor route decision process

2021-01-13 Thread Claudio Jeker
On Wed, Jan 13, 2021 at 11:24:32AM +0100, Denis Fondras wrote: > Le Tue, Jan 12, 2021 at 05:39:02PM +0100, Claudio Jeker a écrit : > > This diff changes two things: > > - First, it move the kroute update into rde_generate_updates() simplifying > > prefix_evaluate a little bit. > > > > - Second,

Re: bgpd refactor route decision process

2021-01-13 Thread Denis Fondras
Le Tue, Jan 12, 2021 at 05:39:02PM +0100, Claudio Jeker a écrit : > This diff changes two things: > - First, it move the kroute update into rde_generate_updates() simplifying > prefix_evaluate a little bit. > > - Second, it changes prefix_evaluate to take an additional argument for the > old

bgpd refactor route decision process

2021-01-12 Thread Claudio Jeker
This diff changes two things: - First, it move the kroute update into rde_generate_updates() simplifying prefix_evaluate a little bit. - Second, it changes prefix_evaluate to take an additional argument for the old prefix (to be removed). Instead of doing this outside of prefix_evaluate() with