Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Pavel Šorejs via Bird-users
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

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Pavel Šorejs via Bird-users
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

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Maria Matejka via Bird-users
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

kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Pavel Šorejs via Bird-users
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