Re: bird 3.0.1 doesn’t compile on FreeBSD

2025-04-04 Thread Maria Matejka via Bird-users
-Netlink. > > > > Gonna fix both probably on Monday. > > > > Sorry for this, we forgot to add a build test when merging bsd netlink and > > now it backfires. > > > > Thank you for the report! > > Maria > > > > > > On 11 Janua

Re: bird 3.0.1 doesn’t compile on FreeBSD

2025-04-04 Thread Olivier Cochard-Labbé
th probably on Monday. > > Sorry for this, we forgot to add a build test when merging bsd netlink and > now it backfires. > > Thank you for the report! > Maria > > > On 11 January 2025 12:17:19 CET, Marek Zarychta via Bird-users < > bird-users@network.cz> wrote

BIRD 3.0.1 Ignoring GW Attribute

2025-01-20 Thread Hutchinson, Peter via Bird-users
It seems that BIRD 3.0.1 is ignoring the GW attribute, after upgrading from BIRD 2.16.1 to 3.0.1 all routes are showing as unreachable as shown below. The BGP peers are 3 hops away from BIRD within the same AS hence the need for the GW. Note I did not modify the BIRD configuration in between

Re: igp_metric attribute of bird 3.0.1

2025-01-13 Thread David Petera via Bird-users
Hello, thanks for the bug report, it seems that it is in fact an bird v3 issue. I've tried it in our testing setup and can confirm that it is happening. We will fix it ASAP. Thanks again, David On 1/12/25 11:23, Aihui Sun wrote: Hi,there! Cannot access value of igp_metric from within filter.

Re: BIRD 3.0.1

2025-01-13 Thread Douglas Fischer
RC? Em sáb., 11 de jan. de 2025 às 11:51, Ondrej Filip escreveu: > Dear BIRD Users, > let use share with you another announcement today, we are releasing > version 3.0.1 of BIRD. We fixed quite some bugs there, as you could > already have seen in the list. > > Most notably, we fixed crashes in d

igp_metric attribute of bird 3.0.1

2025-01-12 Thread Aihui Sun
Hi,there! Cannot access value of igp_metric from within filter. e.g igp_metric = igp_metric + 100; The igp_metric value does not change. Is there something wrong with my operation? Thanks

BIRD 3.0.1

2025-01-11 Thread Ondrej Filip
Dear BIRD Users, let use share with you another announcement today, we are releasing version 3.0.1 of BIRD. We fixed quite some bugs there, as you could already have seen in the list. Most notably, we fixed crashes in dynamic BGP, graceful recovery, deterministic MED, BFD session reconfigurat

Re: bird 3.0.1 doesn’t compile on FreeBSD

2025-01-11 Thread Maria Matejka via Bird-users
2025 12:17:19 CET, Marek Zarychta via Bird-users wrote: >W dniu 11.01.2025 o 12:01, Olivier Cochard-Labbé pisze: >> Hi, >> >> bird 3.0.1 include this patch: "Netlink: Handle onlink flag on BSD-Netlink" >> https://gitlab.nic.cz/labs/bird/-/commit/f9c7861e116ad8

Re: bird 3.0.1 doesn’t compile on FreeBSD

2025-01-11 Thread Marek Zarychta via Bird-users
W dniu 11.01.2025 o 12:01, Olivier Cochard-Labbé pisze: Hi, bird 3.0.1 include this patch: "Netlink: Handle onlink flag on BSD-Netlink" https://gitlab.nic.cz/labs/bird/-/commit/f9c7861e116ad8dc5e5a2314d0f976bf8c938de0 But this broke FreeBSD build with this error: sysdep/bsd-netlink

bird 3.0.1 doesn’t compile on FreeBSD

2025-01-11 Thread Olivier Cochard-Labbé
Hi, bird 3.0.1 include this patch: "Netlink: Handle onlink flag on BSD-Netlink" https://gitlab.nic.cz/labs/bird/-/commit/f9c7861e116ad8dc5e5a2314d0f976bf8c938de0 But this broke FreeBSD build with this error: sysdep/bsd-netlink/netlink.c:1868:10: error: no member named 'nh'