Hello,

I was wondering if it's possible to create a conditional that matches on a
wildcard for a part of a BGP large community. For example:

if ([*, 600, 6939]) ~ bgp_large_community then
  reject;

This currently results in a syntax error at the position of the comma after
the *.

Reply via email to