]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: usr: implement rndc retransfer -force
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 1 Aug 2024 19:12:25 +0000 (19:12 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 1 Aug 2024 19:12:25 +0000 (19:12 +0000)
commit008bfb6249a5f81d9e02ad4d39fda63fab57a0ad
treee1de9d1104cc7c66b4472a8869a9420782acb876
parent00ce93a69cd809810b82dbb229abf59d8e5850cc
parentaa6e388591fefdfd5674b930d244bb002945756b
[9.20] new: usr: implement rndc retransfer -force

A new optional argument '-force' has been added to the command channel
command 'rndc retransfer'. When it is specified, named aborts the
ongoing zone transfer (if there is one), and starts a new transfer.

Closes #2299

Backport of MR !9102

Merge branch 'backport-2299-implement-rndc-force-retransfer-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9219