Add optional Site field to WirelessLAN model #10711
Labels
complexity: low
Requires minimal effort to implement
netbox
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.3.5
Feature type
Data model extension
Proposed functionality
Add an optional
ForeignKey
field pointing toSite
for theWirelessLAN
model.Also show the
Site
relation in the various GUI components where applicable: WirelessLAN detail & list views (as column and filter), the Site detail page "Related Objects" table, etc.Use case
With more than a few SSIDs in NetBox it can be a challenge to identify where exactly a WLAN resides without digging into the related VLAN information, or the related interface/device attachments.
Additionally, given that VLAN<->site membership is optional, and a WLAN may be documented without physical interface relationships, it creates more possible confusion. Having the Site relationship be clearly & directly established with the WirelessLAN would improve the documentation capabilities vastly.
Database changes
New ForeignKey field on WirelessLAN model
External dependencies
N/A
The text was updated successfully, but these errors were encountered: