-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Deployment Type
Self-hosted
NetBox Version
v4.2.2
Python Version
3.11
Steps to Reproduce
- Go to a device or VM interface table.
- Check the available columns.
Expected Behavior
One column: "MAC Address"
Observed Behavior
Two columns: "MAC Address", "Mac address"
dir(Interface) in the Python shell also shows me ...'mac_address', 'mac_addresses',...
So I guess the lowercase one is probably a remnant from a plugin or something? These are the plugins I have currently installed:
- NetBox Floorplan
- Reordering Racked Devices
- NetBox Interface Synchronization
- NetBox Topology Views
- NetBox Inventory
- Document Storage
- IP Calculator
As far as I can determine, none of them are the culprit, so something that used to be installed maybe? In any case, how to get rid of it?
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

