Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OperatorDescriptionExample
equalreturn true if provided communities are equal to the routes property value
equal-listreturn true if communities from provided community-list are equal to the route's property value
anyreturns true if the route's property value contains at least one of provided communities
any-listreturns true if the route's property value contains at least one community from the provided list
includesreturns true if the route's property value includes specified communities
includes-listreturns true if the route's property value includes all communities from the specified communities-list
subsetreturns true if route community subset matches communities from the list

1:1,3:3 will match 1:1,2:2,3:3

subset-listthe same as "subset", but matches communities form the community list.
any-regexpthe same as "any", but matched by regexp
subset-regexpthe same as "subset", but matched by regexp

...