[PR #10152] [MERGED] #10038 Interfaces table, dropdown menu: "Add L2VPN Termination" option #13566

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10152
Author: @arthanson
Created: 8/25/2022
Status: Merged
Merged: 8/25/2022
Merged by: @jeremystretch

Base: developHead: art-10038


📝 Commits (3)

  • 9f827a8 #10038 add L2VPN termination to interface list context menu
  • ddba785 Merge branch 'develop' into art-10038
  • 4131bd4 Merge branch 'develop' into art-10038

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 netbox/dcim/tables/template_code.py (+3 -0)

📄 Description

Fixes: #10038

Adds L2VPN Termination menu to dcim-interfaces context menu.

Note: In the feature request it says "This will take you to the "Add L2VPN Termination" page, with the current device (or VM) interface selected." - note the: (or VM)... Should I add this to the Virtual Machine-interfaces as well (currently the add button is not a dropdown there) or is this a type of device that should be handled differently?

Also note - this and #10039 will potentially cause a merge conflict so one will probably need to be fixed up after the merge.


🔄 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/10152 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `art-10038` --- ### 📝 Commits (3) - [`9f827a8`](https://github.com/netbox-community/netbox/commit/9f827a895c208b7beeef043d539dbd458e0b283c) #10038 add L2VPN termination to interface list context menu - [`ddba785`](https://github.com/netbox-community/netbox/commit/ddba785217727a7994c9e16cddd54df576b4b22d) Merge branch 'develop' into art-10038 - [`4131bd4`](https://github.com/netbox-community/netbox/commit/4131bd471b6a093337fe23b9b8580bb1747a846d) Merge branch 'develop' into art-10038 ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/template_code.py` (+3 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #10038 <!-- Please include a summary of the proposed changes below. --> Adds L2VPN Termination menu to dcim-interfaces context menu. **Note:** In the feature request it says "This will take you to the "Add L2VPN Termination" page, with the current device (or VM) interface selected." - note the: **(or VM)**... Should I add this to the Virtual Machine-interfaces as well (currently the add button is not a dropdown there) or is this a type of device that should be handled differently? Also note - this and #10039 will potentially cause a merge conflict so one will probably need to be fixed up after the merge. --- <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:37 +01:00
adam closed this issue 2025-12-29 23:19:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13566