]> 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:14:54 +0000 (10:14 +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 928bb59261a15cee7dcba53b5549bdbb2cd57401..aad9b025eb242b89162421b649f83dbb76c46713 100644 (file)
@@ -186,6 +186,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, ``nsupdate`` sends updates using
index 0c3a296ce592b8a309952a2feb161dc479ff0bc8..9dc8c159585f239268697e095714c0a8536d2bce 100644 (file)
@@ -195,6 +195,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