mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Merge 41c0c34c1a
into 0d267d97fe
This commit is contained in:
commit
82efd0ff0b
@ -702,6 +702,7 @@ class InterfaceSerializer(serializers.ModelSerializer):
|
||||
return OrderedDict((
|
||||
('interface', PeerInterfaceSerializer(obj.connected_interface, context=self.context).data),
|
||||
('status', obj.connection.connection_status),
|
||||
('id', obj.connection.id),
|
||||
))
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user