mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-21 19:03:11 +00:00
export prefix_v6_length in dns reverse zone serializer
This commit is contained in:
parent
49646ae34b
commit
fd3e263d0e
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ class DNSReverseZonesSerializer(serializers.ModelSerializer):
|
|||
model = machines.IpType
|
||||
fields = ('type', 'extension', 'soa', 'ns_records', 'mx_records',
|
||||
'txt_records', 'ptr_records', 'ptr_v6_records', 'cidrs',
|
||||
'prefix_v6')
|
||||
'prefix_v6', 'prefix_v6_length')
|
||||
|
||||
# MAILING
|
||||
|
||||
|
|
Loading…
Reference in a new issue