Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-29 Thread Ondrej Zajicek
On Thu, Aug 24, 2023 at 01:38:12AM +0200, Pavel Šorejs via Bird-users wrote: > Here is first version - based on master Hi Seems like your patch is mangled (likely lines wrapped by e-mail client). Could you send it as an attachment? -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (ema

Re: BGP: connect delay timer vs connect retry timer

2023-08-29 Thread Ondrej Zajicek
On Mon, Aug 28, 2023 at 05:02:40PM +0530, Bala Sajja wrote: > Hi, >It seems where BGP connect retry timer to be kicked in use cases > also, connect delay timer gets kicked in. In the below function, > though bgp_setup_conn(p, conn) sets connect_timer to connect retry > timer, later it's over wr

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-29 Thread Pavel Šorejs via Bird-users
Here it is On 8/29/23 14:02, Ondrej Zajicek wrote: On Thu, Aug 24, 2023 at 01:38:12AM +0200, Pavel Šorejs via Bird-users wrote: Here is first version - based on master Hi Seems like your patch is mangled (likely lines wrapped by e-mail client). Could you send it as an attachment? diff --git a

Re: BGP: connect delay timer vs connect retry timer

2023-08-29 Thread Bala Sajja
Hi Ondrej, OK. understood. We can configure connect-retry-interval in the range 1..65535. We are trying to test this with different values as pasted below with logs. Things work as expected till the 1..25 seconds range. After that we always see the connection delay timer getting triggered, con

Re: Bird is bringing down bgp connection upon receiving Admin Down

2023-08-29 Thread Ondrej Zajicek
On Wed, Aug 09, 2023 at 06:57:29AM +, Sunnat Samadov wrote: > > > > This is the detailed explanation of the previously raised issue. > > > > We are using BIRD https://gitlab.nic.cz/labs/bird/-/tags/v2.0.11. And there > > is an issue with respect to BFD + BGP as described below. > > > > When Pe

Re: BGP: connect delay timer vs connect retry timer

2023-08-29 Thread Ondrej Zajicek
On Tue, Aug 29, 2023 at 09:11:27PM +0530, Bala Sajja wrote: > Hi Ondrej, > OK. understood. We can configure connect-retry-interval in the > range 1..65535. We are trying to test this with different values as > pasted below with logs. Things work as expected till the 1..25 seconds > range. Afte