]> 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:13:30 +0000 (10:13 +0200)
This behavior is present since introduction of GSS-TSIG support,
commit 289ae548d52bc8f982d9823af64cafda7bd92232.

(cherry picked from commit c8a38d70f0f5e5a76e4f076f646626f4a365a369)

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

index 17ab96d421971ccbcf96444658ee45980eae7f65..b91a6068456da97d556e6615a922ae30d2de1e55 100644 (file)
@@ -216,6 +216,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 d83bd49ccd4961bc9ccde1ebbfd3ae08f5e3be42..fa86e27edfcf765dcee9213b9e1de2a120eda746 100644 (file)
@@ -243,6 +243,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