Hello, Thanks Odrej, this will be used on some scripts, so not always will be as on sequence, this was just to avoid to make a lot of conditionals/bgpmasks.
Congratz to all, this project is really amazing. []s On 28/08/2018 11:10, Ondrej Zajicek wrote: > On Tue, Aug 28, 2018 at 10:43:47AM -0300, heisenbug at xpto wrote: >> Hello, >> >> I'm trying to use logical operators like OR and AND on bgpmask filter, >> but I'm not able, Can you please check if the syntax ir wrong or if is >> possible to do what I expect to do? The data from output is sanitized. >> >> Doesn't work: >> bird> show route where bgp_path ~ [= 65000 65000 (65002||65001) * =] >> bird> show route where bgp_path ~ [= 65000 65000 (65002&&65001) * =] > > Hello > > You cannot use logical operators inside bgpmasks, you can use just AS > numbers, intervals and wildcards. See section bgpmask in: > > https://bird.network.cz/?get_doc&v=16&f=bird.html#toc5.2 > > You can write this: [= 65000 65000 65001..65002 * =] >
