From dbb78560382d9b21e628a1f7469fcb633929923a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 7 Oct 2022 13:40:05 +0200 Subject: [PATCH] Document that nsupdate ignores server command in GSS-TSIG mode This behavior is present since introduction of GSS-TSIG support, commit 289ae548d52bc8f982d9823af64cafda7bd92232. (cherry picked from commit c8a38d70f0f5e5a76e4f076f646626f4a365a369) --- bin/nsupdate/nsupdate.rst | 2 ++ doc/man/nsupdate.1in | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/bin/nsupdate/nsupdate.rst b/bin/nsupdate/nsupdate.rst index 17ab96d421..b91a606845 100644 --- a/bin/nsupdate/nsupdate.rst +++ b/bin/nsupdate/nsupdate.rst @@ -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 diff --git a/doc/man/nsupdate.1in b/doc/man/nsupdate.1in index d83bd49ccd..fa86e27edf 100644 --- a/doc/man/nsupdate.1in +++ b/doc/man/nsupdate.1in @@ -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