From: Kees Monshouwer Date: Mon, 30 Sep 2013 22:04:57 +0000 (+0200) Subject: pdnssec check-zone, more tolerant IPv6 format check X-Git-Tag: auth-3.3.1~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb255f9bf25ba56e245d561afe4b2a7b1d646ef;p=thirdparty%2Fpdns.git pdnssec check-zone, more tolerant IPv6 format check --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index e8c0cae543..64719d4bdd 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -375,10 +375,23 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) shared_ptr drc(DNSRecordContent::mastermake(rr.qtype.getCode(), 1, rr.content)); string tmp=drc->serialize(rr.qname); tmp = drc->getZoneRepresentation(); - if (!pdns_iequals(tmp, rr.content)) { - cout<<"[Warning] Parsed and original record content are not equal: "<