Fixes #19869: Display peer connections for LAG member interfaces #492

Closed
opened 2026-04-05 16:36:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pheus on 1/22/2026

Fixes: #19869

This PR enhances the LAG Members section on a LAG interface detail view by surfacing basic connectivity information for each member.

Summary of changes

  • Introduces InterfaceLAGMemberTable for the LAG Members panel.
  • Displays each member’s parent device, interface name/type, and a Peer column.
  • The Peer column renders the member’s connected endpoint(s) and, when applicable, also shows the peer-side LAG to provide quick context for aggregated links.
*Originally created by @pheus on 1/22/2026* ### Fixes: #19869 This PR enhances the **LAG Members** section on a LAG interface detail view by surfacing basic connectivity information for each member. #### Summary of changes - Introduces `InterfaceLAGMemberTable` for the LAG Members panel. - Displays each member’s **parent device**, **interface name/type**, and a **Peer** column. - The **Peer** column renders the member’s connected endpoint(s) and, when applicable, also shows the peer-side **LAG** to provide quick context for aggregated links.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#492