Duplicate MAC address attribute #18456
Labels
status: needs triage
This issue is awaiting triage by a maintainer
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.2.2
Python Version
3.11
Steps to Reproduce
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:
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?
The text was updated successfully, but these errors were encountered: