mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #11154: Index VM interface MAC address and MTU for global search
This commit is contained in:
@@ -47,5 +47,7 @@ class VMInterfaceIndex(SearchIndex):
|
||||
model = models.VMInterface
|
||||
fields = (
|
||||
('name', 100),
|
||||
('mac_address', 300),
|
||||
('description', 500),
|
||||
('mtu', 2000),
|
||||
)
|
||||
|
Reference in New Issue
Block a user