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

Bulk operations on network routes #409

Open
CXSIT opened this issue Sep 2, 2024 · 0 comments
Open

Bulk operations on network routes #409

CXSIT opened this issue Sep 2, 2024 · 0 comments

Comments

@CXSIT
Copy link

CXSIT commented Sep 2, 2024

Is your feature request related to a problem? Please describe.

Our network routes need to change rather often (say, every other week). This includes

  • disabling / deleting existing routes for specific peers
  • adding new lists of routes with one routing peer and one distribution group
  • changing the peer group that receives a list of routes all at once

This is a use-case we currently tackle by implementing scripts against the API. It works, but having it in the UI may also be nice for others.

Describe the solution you'd like

Bulk operations on network routes. Something like a checkbox at the beginnging of the view so that more than one network route can be selected at a time; then a button to disable or delete all selected at once.
Similarly, creating multiple routes could be done with an extension of the current "new route" modal by allowing more than one subnet / CIDR to be added. E.g.: 172.20.0.0/16, 10.13.37.0/24, 10.42.42.0/24 would add 3 network routes at once.

Describe alternatives you've considered

We implemented scripts against the API.

Additional context

I think it would be nice to have, what do you think?

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

No branches or pull requests

1 participant