mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
parent
e6598fac20
commit
2b1beefb61
@ -261,7 +261,7 @@ class AvailableIPSerializer(serializers.Serializer):
|
||||
vrf = None
|
||||
return OrderedDict([
|
||||
('family', self.context['prefix'].version),
|
||||
('address', '{}/{}'.format(instance, self.context['prefix'].prefixlen)),
|
||||
('address', str(instance)),
|
||||
('vrf', vrf),
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user