<div dir="ltr">Hello,<br><div><br></div><div>Is it possible to delete all BGP communities from prefixes learned from a specific BGP session except ones that start with a given value? For example something like:</div><div><br></div><div><font face="monospace">if (bgp_path ~ 64496) then {<br></font></div><div><font face="monospace">  bgp_large_community.delete([(!64496, *, *)]);<br></font></div><div><font face="monospace">}</font></div><div><br></div><div>I haven't tested this syntax, but I can't imagine it would work. I'm mostly curious if there's a concept of "except" when deleting BGP communities.</div></div>