Search Filter broken for L2VPNs #6859

Closed
opened 2025-12-29 19:46:08 +01:00 by adam · 0 comments
Owner

Originally created by @v0tti on GitHub (Aug 23, 2022).

Originally assigned to: @DanSheps on GitHub.

NetBox version

v3.3.0

Python version

3.9

Steps to Reproduce

Filter for L2VPNs with an search term containing letters (e.g. https://demo.netbox.dev/ipam/l2vpns/?q=test).

Expected Behavior

I expect to get a list of L2VPNs that match the search term.

Observed Behavior

A ValueError is thrown.

<class 'ValueError'>

Field 'identifier' expected a number but got 'test'.
Originally created by @v0tti on GitHub (Aug 23, 2022). Originally assigned to: @DanSheps on GitHub. ### NetBox version v3.3.0 ### Python version 3.9 ### Steps to Reproduce Filter for L2VPNs with an search term containing letters (e.g. https://demo.netbox.dev/ipam/l2vpns/?q=test). ### Expected Behavior I expect to get a list of L2VPNs that match the search term. ### Observed Behavior A `ValueError` is thrown. ``` <class 'ValueError'> Field 'identifier' expected a number but got 'test'. ```
adam added the type: bugstatus: accepted labels 2025-12-29 19:46:08 +01:00
adam closed this issue 2025-12-29 19:46:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6859