]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge branch 'master' into rec-dump-rpz
authoraerique <aerique@xs4all.nl>
Thu, 24 Aug 2017 08:23:26 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 08:23:26 +0000 (10:23 +0200)
1  2 
pdns/filterpo.cc
pdns/filterpo.hh
pdns/rec_channel_rec.cc
pdns/reczones.cc

Simple merge
index 3e757914dca80c8c69855d03ac59f4c73ac453a8,da68956a267ceb4786d79a800d2c8bcdb475c14a..4e729f55d525aeb586de2db753b7f5506ba71457
@@@ -75,13 -76,11 +77,15 @@@ public
      {
        return d_kind == rhs.d_kind; // XXX check d_custom too!
      }
 +    std::string getKindToString() const;
      DNSRecord getCustomRecord(const DNSName& qname) const;
 +    DNSRecord getRecord(const DNSName& qname) const;
 +
 +    PolicyKind d_kind;
      std::shared_ptr<DNSRecordContent> d_custom;
      std::shared_ptr<std::string> d_name;
+     PolicyKind d_kind;
+     PolicyType d_type;
      int32_t d_ttl;
    };
  
Simple merge
Simple merge