Add default priority in record data used by previous pdns version

This commit is contained in:
Khanh Ngo 2016-02-09 15:18:58 +07:00
parent abb80784e4
commit 0df70276ea

View File

@ -694,6 +694,7 @@ class Record(object):
"name": r['name'], "name": r['name'],
"ttl": r['ttl'], "ttl": r['ttl'],
"type": r['type'], "type": r['type'],
"priority": 10, # priority field for pdns 3.4.1. https://doc.powerdns.com/md/authoritative/upgrading/
} }
] ]
} }