Re: bgpd: announce add-path send all can hit a fatal error

2023-10-12 Thread Theo Buehler
On Thu, Oct 12, 2023 at 03:21:50PM +0200, Claudio Jeker wrote: > I optimized "announce add-path send all" to not always re-evaluate all > possible prefixes. While doing that I introduced a small bug. The problem > is that the new prefix passed to up_generate_addpath_all() could be not > eligible.

bgpd: announce add-path send all can hit a fatal error

2023-10-12 Thread Claudio Jeker
I optimized "announce add-path send all" to not always re-evaluate all possible prefixes. While doing that I introduced a small bug. The problem is that the new prefix passed to up_generate_addpath_all() could be not eligible. This causes up_process_prefix() -> up_test_update() to error out. The