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

lldpad: remove device from config file when ports are removed #110

Closed
wants to merge 1 commit into from

Conversation

liuhangbin
Copy link
Contributor

When ports are removed, there is no need to keep them in the configuration file. Otherwise, the port list could grow too large to manage. For example, if a user adds hundreds of virtual ports for testing and then removes them after the test, the configuration file would retain this information indefinitely. Removing these entries ensures the configuration file remains manageable.

When ports are removed, there is no need to keep them in the configuration
file. Otherwise, the port list could grow too large to manage. For example,
if a user adds hundreds of virtual ports for testing and then removes them
after the test, the configuration file would retain this information
indefinitely. Removing these entries ensures the configuration file remains
manageable.

Signed-off-by: Hangbin Liu <[email protected]>
@apconole
Copy link
Contributor

This is a great enhancement. Thanks Hangbin - merged!

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

Successfully merging this pull request may close these issues.

2 participants