Add Status Field to WirelessLAN Model #10710
Labels
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 a
status
field to theWirelessLAN
model with possible values ofactive, reserved, disabled, deprecated
.Use case
Many objects in NetBox have a
status
field to indicate the current desired state of said object. WirelessLANs are no different and could be better documented with a status field.SSIDs might be temporarily disabled, but still configured, for certain cases. Others might be reserved/planned for future use, and others may be deprecated but still needed in the SoT for documentation purposes.
Database changes
New field on the Django model, similar to the status field everywhere else in NetBox.
External dependencies
N/A
The text was updated successfully, but these errors were encountered: