]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #10196 from RobinGeuze/axfrPriorities
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 6 Apr 2021 10:09:25 +0000 (12:09 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 10:09:25 +0000 (12:09 +0200)
auth: implement AXFR priority level queue code

1  2 
docs/modes-of-operation.rst
pdns/Makefile.am
pdns/communicator.cc
pdns/dynhandler.cc
pdns/packethandler.cc
pdns/slavecommunicator.cc
pdns/ws-auth.cc

Simple merge
Simple merge
Simple merge
Simple merge
index 3bb3d6b4f5c68bbaa6e41a13d3be15ecb804b6de,939a28b1333cd0d2aebfea011ff415c9df2c1979..925536f61f592aec12696b53e840af9ce117c60f
@@@ -1058,8 -1028,9 +1058,9 @@@ int PacketHandler::processNotify(const 
      }
    }
  
 -  if(::arg().mustDo("slave")) {
 +  if(::arg().mustDo("secondary")) {
      g_log<<Logger::Notice<<"Received NOTIFY for "<<p.qdomain<<" from "<<p.getRemote()<<" - queueing check"<<endl;
+     di.receivedNotify = true;
      Communicator.addSlaveCheckRequest(di, p.d_remote);
    }
    return 0;
Simple merge
diff --cc pdns/ws-auth.cc
Simple merge