[PR #8282] [MERGED] Closes #7852: Interface VRF assignment #13337

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8282
Author: @jeremystretch
Created: 1/7/2022
Status: Merged
Merged: 1/7/2022
Merged by: @jeremystretch

Base: featureHead: 7852-interface-vrf


📝 Commits (1)

📊 Changes

17 files changed (+141 additions, -26 deletions)

View changed files

📝 docs/models/dcim/interface.md (+1 -1)
📝 docs/release-notes/version-3.2.md (+2 -1)
📝 netbox/dcim/api/serializers.py (+5 -2)
📝 netbox/dcim/api/views.py (+1 -1)
📝 netbox/dcim/filtersets.py (+12 -1)
📝 netbox/dcim/forms/bulk_edit.py (+9 -3)
📝 netbox/dcim/forms/bulk_import.py (+8 -1)
📝 netbox/dcim/forms/filtersets.py (+8 -2)
📝 netbox/dcim/forms/models.py (+8 -3)
netbox/dcim/migrations/0149_interface_vrf.py (+20 -0)
📝 netbox/dcim/models/device_components.py (+8 -0)
📝 netbox/dcim/tables/devices.py (+4 -1)
📝 netbox/dcim/tests/test_api.py (+11 -1)
📝 netbox/dcim/tests/test_filtersets.py (+18 -4)
📝 netbox/dcim/tests/test_views.py (+15 -5)
📝 netbox/templates/dcim/interface.html (+10 -0)
📝 netbox/templates/dcim/interface_edit.html (+1 -0)

📄 Description

Closes: #7852

  • Add an optional vrf field to the interface model

🔄 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/8282 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/7/2022 **Status:** ✅ Merged **Merged:** 1/7/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `7852-interface-vrf` --- ### 📝 Commits (1) - [`3e277de`](https://github.com/netbox-community/netbox/commit/3e277de82d5c8e08878f416a3a888f0497942c3a) Closes #7852: Enable assigning interfaces to VRFs ### 📊 Changes **17 files changed** (+141 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/interface.md` (+1 -1) 📝 `docs/release-notes/version-3.2.md` (+2 -1) 📝 `netbox/dcim/api/serializers.py` (+5 -2) 📝 `netbox/dcim/api/views.py` (+1 -1) 📝 `netbox/dcim/filtersets.py` (+12 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+9 -3) 📝 `netbox/dcim/forms/bulk_import.py` (+8 -1) 📝 `netbox/dcim/forms/filtersets.py` (+8 -2) 📝 `netbox/dcim/forms/models.py` (+8 -3) ➕ `netbox/dcim/migrations/0149_interface_vrf.py` (+20 -0) 📝 `netbox/dcim/models/device_components.py` (+8 -0) 📝 `netbox/dcim/tables/devices.py` (+4 -1) 📝 `netbox/dcim/tests/test_api.py` (+11 -1) 📝 `netbox/dcim/tests/test_filtersets.py` (+18 -4) 📝 `netbox/dcim/tests/test_views.py` (+15 -5) 📝 `netbox/templates/dcim/interface.html` (+10 -0) 📝 `netbox/templates/dcim/interface_edit.html` (+1 -0) </details> ### 📄 Description ### Closes: #7852 - Add an optional `vrf` field to the interface model --- <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:26:51 +01:00
adam closed this issue 2025-12-29 22:26:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13337