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

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Pavel Šorejs via Bird-users
x27;t learn */ +#define KRT_LEARN_SOME 1 /* Learn some routes (excluding RTPROT_KERNEL) */ +#define KRT_LEARN_ALL 2 /* Learn all routes */ +  /* Whenever we recognize our own routes, we allow learing of foreign routes */  #ifdef CONFIG_SELF_CONSCIOUS -- 2.41.0 On 8/23/23 18:07, Pavel Šorejs via Bird-us

Re: kernel: does not learn routes with RTPROT_KERNEL

2023-08-23 Thread Pavel Šorejs via Bird-users
anywhere. Sorry for so many questions Thank you Pavel Sorejs On 8/23/23 14:53, Maria Matejka via Bird-users wrote: 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

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