Skip to content

Duplicate MAC address attribute #18456

@Azmodeszer

Description

@Azmodeszer

Deployment Type

Self-hosted

NetBox Version

v4.2.2

Python Version

3.11

Steps to Reproduce

  1. Go to a device or VM interface table.
  2. Check the available columns.

Expected Behavior

One column: "MAC Address"

Observed Behavior

Two columns: "MAC Address", "Mac address"

Image
Image

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 availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions