Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No bgp cleanup on reload domain list in case of name removal #4

Open
mikeS7 opened this issue Nov 11, 2022 · 0 comments
Open

No bgp cleanup on reload domain list in case of name removal #4

mikeS7 opened this issue Nov 11, 2022 · 0 comments

Comments

@mikeS7
Copy link
Contributor

mikeS7 commented Nov 11, 2022

No routes are removed from bgp or cache on domain list update on case of domain removal.
Expected behaviour - route should be removed from bgp and cache (db) on domain list update in case of domain removal.

Steps to reproduce:
Add domain to domain list
Reload domain list with HUP signal
Resolve domain
Check route in bap table - exist

Remove domain from domain list
Reload domain list with HUP signal
Check route in bgp table - still exists (looks like still exists in cache and db)

Restart is required to clear routes and db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant