[PR #828] [CLOSED] Implements #777 Add Service Identifier field to VLAN, to store VXLAN or ISID #12124

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/828
Author: @DouglasHeriot
Created: 1/22/2017
Status: Closed

Base: developHead: vlan-service-identifier


📝 Commits (1)

  • e18c175 Implements #777 Add Service Identifier field to VLAN, to store VXLAN or ISID.

📊 Changes

9 files changed (+57 additions, -9 deletions)

View changed files

📝 docs/data-model/ipam.md (+1 -1)
📝 netbox/ipam/admin.py (+2 -2)
📝 netbox/ipam/forms.py (+4 -3)
netbox/ipam/migrations/0014_auto_20170122_0829.py (+25 -0)
📝 netbox/ipam/models.py (+6 -1)
📝 netbox/ipam/tables.py (+2 -1)
📝 netbox/templates/ipam/vlan.html (+10 -0)
📝 netbox/templates/ipam/vlan_edit.html (+1 -0)
📝 netbox/templates/ipam/vlan_import.html (+6 -1)

📄 Description

My first contribution to Netbox – let me know what you think.


🔄 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/828 **Author:** [@DouglasHeriot](https://github.com/DouglasHeriot) **Created:** 1/22/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `vlan-service-identifier` --- ### 📝 Commits (1) - [`e18c175`](https://github.com/netbox-community/netbox/commit/e18c1752acf7306a7dd26ad160c99f1042c58b52) Implements #777 Add Service Identifier field to VLAN, to store VXLAN or ISID. ### 📊 Changes **9 files changed** (+57 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docs/data-model/ipam.md` (+1 -1) 📝 `netbox/ipam/admin.py` (+2 -2) 📝 `netbox/ipam/forms.py` (+4 -3) ➕ `netbox/ipam/migrations/0014_auto_20170122_0829.py` (+25 -0) 📝 `netbox/ipam/models.py` (+6 -1) 📝 `netbox/ipam/tables.py` (+2 -1) 📝 `netbox/templates/ipam/vlan.html` (+10 -0) 📝 `netbox/templates/ipam/vlan_edit.html` (+1 -0) 📝 `netbox/templates/ipam/vlan_import.html` (+6 -1) </details> ### 📄 Description My first contribution to Netbox – let me know what you think. --- <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 22:19:45 +01:00
adam closed this issue 2025-12-29 22: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#12124