1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Updated docs for ipam.Status change

This commit is contained in:
Jeremy Stretch
2016-05-19 11:12:38 -04:00
parent 7502a02fba
commit b9e4f30177
2 changed files with 310 additions and 129 deletions

View File

@@ -42,12 +42,12 @@ A prefix may optionally be assigned to one VLAN; a VLAN may have multiple prefix
## Status
Each prefix is assigned an operational status. A status describes very generally the state of a prefix within the network; for example, statuses might include:
Each prefix is assigned an operational status. This may be one of the following:
* Active (provisioned)
* Reserved (for future use)
* Deprecated (no longer in use)
* Container (a summary of child prefixes)
* Container - A summary of child prefixes
* Active - Provisioned and in use
* Reserved - Earmarked for future use
* Deprecated - No longer in use
NetBox provides several statuses by default, but you are free to change them to suit the needs of your organization.