Replies: 2 comments 1 reply
-
Never mind, I found a case where both 'parent' and 'bridge' are required. In netplan-ese:
Here, interface |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you could come across a instance like this too: Eth0 - Physical Maybe not this exact scenario but I am sure there is something similar out there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just raising this for discussion.
As of Netbox 3.1, interfaces can now link to three types of related interface:
I cannot think of any case where you might use more than one of these at once on the same interface.
If this were simplified to just "Parent", the type of relationship would be inferred by the type of the parent interface: i.e. if the parent interface is a LAG or a Bridge, then that would be the same as linking to "LAG" or "Bridge" today.
One benefit of this is that (optionally) the interfaces could be displayed naturally in a tree: nest the child interfaces below the parent. Another benefit would be fewer columns required in the display.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions