From 60e37e868b09d7410a1003bfd45b27b27c234204 Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Thu, 22 Jan 2026 22:02:40 -0500 Subject: [PATCH] Fix docstring --- netbox/dcim/models/device_components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/models/device_components.py b/netbox/dcim/models/device_components.py index 4213d8e2e..7f21b95f2 100644 --- a/netbox/dcim/models/device_components.py +++ b/netbox/dcim/models/device_components.py @@ -737,7 +737,7 @@ class BaseInterface(models.Model): """ Rich representation of MAC addresses for use in table columns (e.g. InterfaceTable). Handles various configurations of MAC addresses for an interface: - 11:22:33:44:55:66 <-- Single MAC address, assigned as primary + 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