[PR #10252] [MERGED] Fixes #10034: Add L2VPN column to interface and VLAN tables #13591

Closed
opened 2025-12-29 23:19:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10252
Author: @jeremystretch
Created: 9/2/2022
Status: Merged
Merged: 9/2/2022
Merged by: @jeremystretch

Base: developHead: 10034-l2vpn-column


📝 Commits (1)

  • 2acfda3 Fixes #10034: Add L2VPN column to interface and VLAN tables

📊 Changes

4 files changed (+21 additions, -8 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+1 -0)
📝 netbox/dcim/tables/devices.py (+10 -4)
📝 netbox/ipam/tables/vlans.py (+8 -2)
📝 netbox/virtualization/tables/virtualmachines.py (+2 -2)

📄 Description

Fixes: #10034

  • Add an l2vpn column to BaseInterfaceTable and VLANTable
  • Make this column available (but hidden by default) on interface, VM interface, and VLAN tables

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/10252 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/2/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10034-l2vpn-column` --- ### 📝 Commits (1) - [`2acfda3`](https://github.com/netbox-community/netbox/commit/2acfda3dc53ad5566baca1b7c3c6f57284dc759e) Fixes #10034: Add L2VPN column to interface and VLAN tables ### 📊 Changes **4 files changed** (+21 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+1 -0) 📝 `netbox/dcim/tables/devices.py` (+10 -4) 📝 `netbox/ipam/tables/vlans.py` (+8 -2) 📝 `netbox/virtualization/tables/virtualmachines.py` (+2 -2) </details> ### 📄 Description ### Fixes: #10034 - Add an `l2vpn` column to BaseInterfaceTable and VLANTable - Make this column available (but hidden by default) on interface, VM interface, and VLAN tables --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:19:45 +01:00
adam closed this issue 2025-12-29 23:19:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13591