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

feat: Add Link model #25

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: Add Link model #25

wants to merge 4 commits into from

Conversation

djothi
Copy link
Contributor

@djothi djothi commented Sep 5, 2023

Description:
Add Link model.

@djothi djothi requested review from a team and removed request for a team September 5, 2023 14:05
related_name="%(class)s_interface_b",
on_delete=models.CASCADE,
)
state = models.CharField(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the state is on the link, how do we put a "logical" link in maintenance.
For instance:

  • We have a physical link between 2 devices
  • There are multiple vlans (trunk link), so several logical interface
  • I want to put in maintenance only a single logical interface (by shutting it down), how do I put in in maintenance ?

@djothi djothi removed the request for review from a team October 4, 2023 15:50
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