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

Add remove_machine method to Lab class #326

Open
tcaiazzi opened this issue Nov 22, 2024 · 0 comments
Open

Add remove_machine method to Lab class #326

tcaiazzi opened this issue Nov 22, 2024 · 0 comments
Assignees
Milestone

Comments

@tcaiazzi
Copy link
Member

Currently, there is no straightforward way to remove a device from a network scenario. Users are required to manually:

  1. Delete the device from the machines list.
  2. Detach it from all collision domains it is connected to.
  3. (Eventually) Remove the associated files and folders from the lab filesystem.

This process is cumbersome and prone to errors. To improve user experience and streamline this operation, we should implement a method that simplifies and automates the removal of a device from the network scenario.

@tcaiazzi tcaiazzi self-assigned this Nov 22, 2024
@tcaiazzi tcaiazzi converted this from a draft issue Nov 22, 2024
@tcaiazzi tcaiazzi added this to the Release 3.7.8 milestone Nov 22, 2024
tcaiazzi added a commit that referenced this issue Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant