-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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.0
Python version
3.8
Steps to Reproduce
Click prefixes, select filters and apply the following filters:
status: Container
Role: some prefix role you have, I used openvpn
mask-length: 23
Apply filter and you will get a TypeError, python is expecting a string but getting an integer
Expected Behavior
Filter to be applied
Observed Behavior
The complete exception is provided below:
<class 'TypeError'>
sequence item 1: expected str instance, int found
Metadata
Metadata
Assignees
Labels
status: 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
