[PR #908] [MERGED] Closes #235: Global vlans #12134

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/908
Author: @jeremystretch
Created: 2/21/2017
Status: Merged
Merged: 2/21/2017
Merged by: @jeremystretch

Base: developHead: global-vlans


📝 Commits (2)

📊 Changes

6 files changed (+65 additions, -22 deletions)

View changed files

📝 docs/data-model/ipam.md (+4 -2)
📝 netbox/ipam/filters.py (+6 -6)
📝 netbox/ipam/forms.py (+13 -8)
netbox/ipam/migrations/0015_global_vlans.py (+26 -0)
📝 netbox/ipam/models.py (+5 -3)
📝 netbox/templates/ipam/vlan.html (+11 -3)

📄 Description

Thanks to @Shawn0720 for the initial work on this feature


🔄 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/908 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/21/2017 **Status:** ✅ Merged **Merged:** 2/21/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `global-vlans` --- ### 📝 Commits (2) - [`aba9748`](https://github.com/netbox-community/netbox/commit/aba9748ffd1a6bcb98efda777781ae5f14bfe821) Fix #235: Enable global vlan (#904) - [`b0f9035`](https://github.com/netbox-community/netbox/commit/b0f9035e2ddcac88ba935d20e843beddbd61b428) Additional work on #904 ### 📊 Changes **6 files changed** (+65 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `docs/data-model/ipam.md` (+4 -2) 📝 `netbox/ipam/filters.py` (+6 -6) 📝 `netbox/ipam/forms.py` (+13 -8) ➕ `netbox/ipam/migrations/0015_global_vlans.py` (+26 -0) 📝 `netbox/ipam/models.py` (+5 -3) 📝 `netbox/templates/ipam/vlan.html` (+11 -3) </details> ### 📄 Description Thanks to @Shawn0720 for the initial work on this feature --- <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:48 +01:00
adam closed this issue 2025-12-29 22:19:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12134