Re: bgpd rework how prefixes are written

2023-03-28 Thread Claudio Jeker
On Tue, Mar 28, 2023 at 05:02:26PM +0200, Theo Buehler wrote: > On Tue, Mar 28, 2023 at 03:35:46PM +0200, Claudio Jeker wrote: > > This diff moves prefix_write to rde_prefix.c and renames it to pt_write. > > The function now takes a struct pt_entry * as argument and with this the > > extra indirect

Re: bgpd rework how prefixes are written

2023-03-28 Thread Theo Buehler
On Tue, Mar 28, 2023 at 03:35:46PM +0200, Claudio Jeker wrote: > This diff moves prefix_write to rde_prefix.c and renames it to pt_write. > The function now takes a struct pt_entry * as argument and with this the > extra indirection via pt_getaddr() falls away. I'm ok with this, although it's not

bgpd rework how prefixes are written

2023-03-28 Thread Claudio Jeker
This diff moves prefix_write to rde_prefix.c and renames it to pt_write. The function now takes a struct pt_entry * as argument and with this the extra indirection via pt_getaddr() falls away. -- :wq Claudio Index: mrt.c === RCS fil