]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document that nsupdate ignores server command in GSS-TSIG mode
authorPetr Špaček <pspacek@isc.org>
Fri, 7 Oct 2022 11:40:05 +0000 (13:40 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 18 Oct 2022 08:12:02 +0000 (10:12 +0200)
This behavior is present since introduction of GSS-TSIG support,
commit 289ae548d52bc8f982d9823af64cafda7bd92232.

bin/nsupdate/nsupdate.rst
doc/man/nsupdate.1in

index 8ce42b2f66dd3687c59f54d1005cd95d46a5127b..d2f21fd2c52b5a3ba683878aa56cfc0df3b9bd28 100644 (file)
@@ -262,6 +262,8 @@ The command formats and their meanings are as follows:
    update requests are sent. If no port number is specified, the default
    DNS port number of 53 is used.
 
+   .. note:: This command has no effect when GSS-TSIG is in use.
+
 ``local address port``
    This command sends all dynamic update requests using the local ``address``. When
    no local statement is provided, :program:`nsupdate` sends updates using
index 621d1e65e7855933a4c94d2df7eab19ee0684a47..4fc6406912a9dc504f3ee1892c6fa37577b9c537 100644 (file)
@@ -295,6 +295,13 @@ zone\(aqs SOA record identify the primary server for that zone.
 \fBport\fP is the port number on \fBservername\fP where the dynamic
 update requests are sent. If no port number is specified, the default
 DNS port number of 53 is used.
+.sp
+\fBNOTE:\fP
+.INDENT 7.0
+.INDENT 3.5
+This command has no effect when GSS\-TSIG is in use.
+.UNINDENT
+.UNINDENT
 .TP
 .B \fBlocal address port\fP
 This command sends all dynamic update requests using the local \fBaddress\fP\&. When