-
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.4.2
Python version
3.10
Steps to Reproduce
- Have bunch of net devices with IP addresses and MAC addresses
- Go to Devices\Interfaces
- Click on second tab (Search)
- Scroll to MAC
- Enter part of MAC
- Click on search
Expected Behavior
- Click on search
- List of interfaces whose MAC addresses start with the searched string
Observed Behavior
- Click on search
- Error:
<class 'django.core.exceptions.ValidationError'>
['Invalid MAC address format: 00-0C']
Python version: 3.10.6
NetBox version: 3.4.2
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