I want to change the local preference (or any other attribute) on incoming prefixes based on the existence of another prefix.
In other words,
if TEST-PREFIX in BGP table,
then set local preference on incoming routes to 200
Something like
IF destinat...