<div dir="ltr">Hello,<div><br></div><div>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:</div><div><br></div><div><font face="monospace">if ([*, 600, 6939]) ~ bgp_large_community then<br></font></div><div><font face="monospace">  reject;</font></div><div><br></div><div>This currently results in a syntax error at the position of the comma after the *.</div></div>