Here is first version - based on master
Pavel
---
doc/bird.sgml | 11 ++-
sysdep/linux/netlink.c | 2 +-
sysdep/unix/krt.Y | 7 ++-
sysdep/unix/krt.c | 15 +++
sysdep/unix/krt.h | 4
5 files changed, 28 insertions(+), 11 deletions(-)
dif
Hi
I would like to implement a patch, now if to BIRD 2 or BIRD 3 - depends
on how "alpha" is "alpha".
I would like to get some guidance - you will probably want it
configurable right? So the default behavior would be the current one
(ignore) and optionally it can be turned on. Can you sugge
Hello!
On 8/23/23 14:12, Pavel Šorejs via Bird-users wrote:
i have following problem - the kernel protocol ignores routes with
RTPROT_KERNEL source. Is there some particular reason why this is so?
IIRC it simply was there in the beginning and nobody did any change. It
should be possible to impl
Hi
i have following problem - the kernel protocol ignores routes with
RTPROT_KERNEL source. Is there some particular reason why this is so?
Why am i asking? I use BIRD in linux container orchestration context
(Kubernetes) in conjunction with cilium project (https://cilium.io/).
Lately they