Fixes: #19129 - Richer display of MAC addresses in InterfaceTable when multiple MACs are present #486

Closed
opened 2026-04-05 16:35:40 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @bctiemann on 1/23/2026

Fixes: #19129

On the list view for Interface and VMInterface, the presence of multiple MAC addresses on an interface is now communicated in various ways depending on whether one is assigned:

Screenshot 2026-01-22 at 9 58 26 PM
        11:22:33:44:55:66      <-- Single MAC address on interface, assigned as primary
        11:22:33:44:55:66 (2)  <-- Multiple MAC addresses on interface, one assigned as primary
        2 available            <-- 1 or more MAC addresses on interface, none assigned as primary
        -                      <-- No MAC addresses on interface

Note: this same logic is reflected on the interface detail page.

*Originally created by @bctiemann on 1/23/2026* ### Fixes: #19129 On the list view for Interface and VMInterface, the presence of multiple MAC addresses on an interface is now communicated in various ways depending on whether one is assigned: <img width="1103" height="259" alt="Screenshot 2026-01-22 at 9 58 26 PM" src="https://github.com/user-attachments/assets/df70710d-241e-4f72-8d03-ee55e304b19a" /> ``` 11:22:33:44:55:66 <-- Single MAC address on interface, assigned as primary 11:22:33:44:55:66 (2) <-- Multiple MAC addresses on interface, one assigned as primary 2 available <-- 1 or more MAC addresses on interface, none assigned as primary - <-- No MAC addresses on interface ``` Note: this same logic is reflected on the interface detail page.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#486