Re: Strange behaviour on filtering bgp_large_community ...

2023-05-15 Thread Maria Matejka via Bird-users
That's fishy. Will try to reproduce and find out what is behind. Maria On 5/15/23 13:32, Tim Weippert via Bird-users wrote: Hi Maria, i think the confusion part is, that it works on CLI in a "symmetric" way but not in a function, that was my biggest questionmark :) regards, tim On Mon, May

Re: Strange behaviour on filtering bgp_large_community ...

2023-05-15 Thread Tim Weippert via Bird-users
Hi Maria, i think the confusion part is, that it works on CLI in a "symmetric" way but not in a function, that was my biggest questionmark :) regards, tim On Mon, May 15, 2023 at 01:21:46PM +0200, Maria Matejka wrote: > Hello! > > The ~ operator is not symmetric. We should probably better

Re: question regarding table lookups

2023-05-15 Thread Maria Matejka via Bird-users
Hello! These features are not present. I'm now merging (into v3) a feature allowing to check for routes in different tables but without parameters. All in all, these features are not even in our backlog as they are surprisingly complex below the surface. Anyway, if there is a demand for this…

Re: Strange behaviour on filtering bgp_large_community ...

2023-05-15 Thread Marek Küthe
I also noticed once that my filters only work correctly when I make (x, y, z) ~ bgp_large_community, the other way around it didn't work for me either. I didn't think anything about it though. Maybe this is a bug? On Mon, 15 May 2023 12:59:11 +0200 Tim Weippert via Bird-users wrote: > Hi List,

Strange behaviour on filtering bgp_large_community ...

2023-05-15 Thread Tim Weippert via Bird-users
Hi List, maybe i'm doing something wrong, but if i use some quick and dirty filter on the CLI all is working as expecting: show route where bgp_large_community ~ [(65000, 0, 1001)] show route where (65000, 0, 1001) ~ bgp_large_community both get the expected results, show all routes with the

question regarding table lookups

2023-05-15 Thread Andrew Azarov
Hello, I wanted to ask bird gurus whether there is a way to lookup record in a different table during filtering? We have several connections but also external policy generating daemon which optimizes routes. The route optimization goes into kernel table 2 (as opposed to master). After

Re: BIRD 3.0alpha2

2023-05-15 Thread Maria Matejka via Bird-users
Hello Nico! On 5/14/23 13:33, Nico Schottelius wrote: below you find an initial version of a Dockerfile allowing to build images for bird directly from the git repository. Thank you for your efforts! As there are two meetings in a row in the following fortnight, please forgive higher latency