Increase custom field integer ranges (from 32bit signed int to 64bit signed int) #14240
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.5.9
Feature type
Change to existing functionality
Proposed functionality
Allow values in the range supported by a 32 u-int, when creating a custom fields which are of type "integer".
Currently, the maximum value I can put in an "integer" custom field is for a signed 32bit int.
Maybe the solution is to bump the field to a be a 64-bit signed int, if you want to support negative numbers too?
Example:
Use case
I want to store a BGP ASN number, which is a 32bit u-int.
I want to store a BGP Local Pref, which is a 32bit u-int.
Database changes
I assume some sort of schema change is required but I don't know, sorry.
External dependencies
Sorry, I don't know of any.
The text was updated successfully, but these errors were encountered: