Re: Setting the source IP for routes injected by bird

2024-02-02 Thread Chris Caputo
I use this with 1.6.x: define MY_LOOPBACK = 2001:db8::1; protocol kernel { debug { states, interfaces }; persist;# Tell BIRD to leave all its routes in the routing tables when it exits (instead of cleaning them up). scan time 10; # Scan kernel routing table

Setting the source IP for routes injected by bird

2024-02-02 Thread Nico Schottelius via Bird-users
Good evening, I have seen that the static protocol has the attribute "krt_prefsrc" which seems to fit the source IP as seen by the kernel: [18:44] server120.place15:~# ip route get 2001:4860:4860:: 2001:4860:4860:: from :: via 2001:7f8:24::4a dev eth7 proto bird src 2001:7f8:24::ae met

Re: Bird2 on Rocky9.3

2024-02-02 Thread Robert Scheck
Hello, On Fri, 02 Feb 2024, L Cruzero wrote: > I'm currently running bird2 on rocky8.6, though I need to do some testing > on rocky9. > In the near future, will there be a release made available of Bird2 that > can run Rocky9 ? if you run Rocky Linux 8 currently, where do you get your BIRD curren

Bird2 on Rocky9.3

2024-02-02 Thread L Cruzero
Hi, I'm currently running bird2 on rocky8.6, though I need to do some testing on rocky9. In the near future, will there be a release made available of Bird2 that can run Rocky9 ? Rocky Linux release 9.3 5.14.0-362.8.1.el9_3.x86_64 Best regards, LC