-
Notifications
You must be signed in to change notification settings - Fork 28
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
provide delete_link function #79
Comments
Don't have enough cycles to give this a spin for the time being, it is a good idea to have that method implemented. Feel free to give it a shot? I can later help on moving this functionality to the ansible modules |
Hello all, I had created the project function to delete the links as required, running on my local lab for now
|
Krlosromero
added a commit
to Krlosromero/gns3fy
that referenced
this issue
Nov 3, 2020
davidban77
pushed a commit
that referenced
this issue
Nov 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have a delete_link function (analog to the create_link funcrton) which takes the same parameters (node_a, port_a, node_b, port_b).
Internaly it would need to find the link ID used for that connection and then call the delete() method of the link object.
This would be usefull in updating existing topologies (e.g. when using the ansible modules) in order to not only add missing links, but also remove not needed links from topolgies without the need to remove/delete the complete topology.
We might have a go on that soon, for now this shall serve as a feature request :)
The text was updated successfully, but these errors were encountered: