Re: babel RTT metric false samples

2024-04-12 Thread Toke Høiland-Jørgensen via Bird-users
Stephanie Wilde-Hobbs via Bird-users writes: > Hi, > > The babel RTT metric measurements provided by bird appears suspect for > my setup. The metric through a tunnel with a latency of about 5ms is > shown in babel as 150+ms. > > Can others replicate this issue? (should be easy to check for

Re: BGP on /32 (/128) interfaces

2024-04-12 Thread Bernd Naumann via Bird-users
Hey Arzhel! On 12.04.24 11:57 AM, Arzhel Younsi wrote: > Hi, > > A message between bug report and feature request, unless it's a silly > oversight on my side. > Hopefully _I_ do not miss a detail here, but: Option A: Set a v4 and v6 addr only on loopback, and using IPv6 LLA with OSPF2/3 to

BGP on /32 (/128) interfaces

2024-04-12 Thread Arzhel Younsi
Hi, A message between bug report and feature request, unless it's a silly oversight on my side. On Linux it's possible to configure interfaces with /32 (or v6 /128) IPs. I detailed our use-case and examples on https://phabricator.wikimedia.org/phame/post/view/312/ganeti_on_modern_network_design/

Re: memcpy uses value of mls (mpls label stack) instead of address

2024-04-12 Thread Maria Matejka via Bird-users
Hello Ramanathan, On Fri, Apr 12, 2024 at 10:09:34AM +0530, Ramanathan Selvamani wrote: > [...] > > memcpy(mls.stack, >nh.label[a->nh.labels - mls.len], mls.len * > sizeof(u32)); > > > Here the "mls.stack" is passed directly instead of its address in memcpy. - `a->nh.label` is of type `u32