Re: bgpd rework prefix link/unlink

2022-02-28 Thread Claudio Jeker
On Mon, Feb 28, 2022 at 02:32:07PM +0100, Theo Buehler wrote: > On Mon, Feb 28, 2022 at 12:35:09PM +0100, Claudio Jeker wrote: > > From the start bgpd had prefix_link and prefix_unlink to link all the > > various data objects together to build an actual prefix. Now prefix_move() > > tries to be

Re: bgpd rework prefix link/unlink

2022-02-28 Thread Theo Buehler
On Mon, Feb 28, 2022 at 12:35:09PM +0100, Claudio Jeker wrote: > From the start bgpd had prefix_link and prefix_unlink to link all the > various data objects together to build an actual prefix. Now prefix_move() > tries to be smart and reimplemented prefix_link and prefix_unlink as > inline

bgpd rework prefix link/unlink

2022-02-28 Thread Claudio Jeker
>From the start bgpd had prefix_link and prefix_unlink to link all the various data objects together to build an actual prefix. Now prefix_move() tries to be smart and reimplemented prefix_link and prefix_unlink as inline versions (with minimal differences). Later the prefix_adjout_* functions