You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Our network routes need to change rather often (say, every other week). This includes
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?
The text was updated successfully, but these errors were encountered: