mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
Merge 8aa5f28bc3
into 786f389be8
This commit is contained in:
commit
4582981218
@ -275,7 +275,7 @@ class IPAddressInterfaceSerializer(serializers.ModelSerializer):
|
||||
class Meta(InterfaceSerializer.Meta):
|
||||
model = Interface
|
||||
fields = [
|
||||
'id', 'url', 'device', 'virtual_machine', 'name',
|
||||
'id', 'url', 'device', 'virtual_machine', 'name', 'mac_address',
|
||||
]
|
||||
|
||||
def get_url(self, obj):
|
||||
|
Loading…
Reference in New Issue
Block a user