Re: Community range to match on import filter.

2018-04-26 Thread Osmos City
[ (rt, MYAS, 6200..6299) ] ) then { > ; > } > > and they work as expected. So i would think on standard communities it > should work like: > > if ( bgp_community ~ [ (65000, 5000..5099) ] ) then { > ...; > } > > HTH, > tim > > On Thu,

Community range to match on import filter.

2018-04-26 Thread Osmos City
Hi there, just wondering how to migrate to Bird configuration this entry from another RR: “regex 65000:50[0-9][0-9]” applied to a BGP import route-map on community match. Tried on Bird: “if ([(65000,5000..5099)]) ~ bgp_community then “action" After that, no prefixes h