Hi all,

I want to implement a dynamic filter where I will export a route based on matching against a dynamic set of prefixes. The set is maintained according to a database.

1. Can I maintain a dynamic set of prefixes and change the set on the fly? What are the performance impacts of this?
2.. Where can I find such an example?

- Liran