-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.5.4
Python version
3.10
Steps to Reproduce
- Create ASN object in 64512-65534 range
- Create ASN Range object and define it as the 64512-65534 range
- ASN Count is not populated in ASN Ranges view and shows value of 0
- In specific ASN Range object view ASN object tab shows ASN numbers included in the range
Same behaviour in the https://demo.netbox.dev instance.
Our instance after some minutes got this error:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'asn_count' into field. Choices are: created, custom_field_data, description, end, id, journal_entries, last_updated, name, rir, rir_id, slug, start, tagged_items, tags, tenant, tenant_id
Python version: 3.10.6
NetBox version: 3.5.4
Expected Behavior
ASN Count correctly displays number of included ASN objects
Observed Behavior
SHows 0 even though objects can be seen in the specific ASN Range view
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application