Re: kernel: does not learn routes with RTPROT_KERNEL

2023-10-08 Thread Ondrej Zajicek
On Tue, Aug 29, 2023 at 04:16:16PM +0200, Pavel Šorejs via Bird-users wrote: > Here it is > > On 8/29/23 14:02, Ondrej Zajicek wrote: > > On Thu, Aug 24, 2023 at 01:38:12AM +0200, Pavel Šorejs via Bird-users wrote: > > > Here is first version - based on master > > Hi > > > > Seems like your patch

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-29 Thread Pavel Šorejs via Bird-users
Here it is On 8/29/23 14:02, Ondrej Zajicek wrote: On Thu, Aug 24, 2023 at 01:38:12AM +0200, Pavel Šorejs via Bird-users wrote: Here is first version - based on master Hi Seems like your patch is mangled (likely lines wrapped by e-mail client). Could you send it as an attachment? diff --git a

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-29 Thread Ondrej Zajicek
On Thu, Aug 24, 2023 at 01:38:12AM +0200, Pavel Šorejs via Bird-users wrote: > Here is first version - based on master Hi Seems like your patch is mangled (likely lines wrapped by e-mail client). Could you send it as an attachment? -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (ema

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-24 Thread Maria Matejka via Bird-users
Hello! On first sight, this looks good. Gonna do some checks and tests and let you know whether anything more is needed from you. Thank you for your patch! Maria On 8/24/23 01:38, Pavel Šorejs via Bird-users wrote: Here is first version - based on master Pavel ---  doc/bird.sgml 

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