diff options
Diffstat (limited to 'Documentation/nvme-connect.html')
-rw-r--r-- | Documentation/nvme-connect.html | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/Documentation/nvme-connect.html b/Documentation/nvme-connect.html index 19fc688..e489e1d 100644 --- a/Documentation/nvme-connect.html +++ b/Documentation/nvme-connect.html @@ -768,10 +768,14 @@ nvme-connect(1) Manual Page [--keep-alive-tmo=<#> | -k <#>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
+ [--tos=<#> | -T <#>]
+ [--keyring=<#> ]
+ [--tls_key=<#> ]
[--duplicate-connect | -D]
[--disable-sqflow | -d]
[--hdr-digest | -g]
[--data-digest | -G]
+ [--tls ]
[--dump-config | -O]
[--output-format=<fmt> | -o <fmt>]</pre>
<div class="attribution">
@@ -1047,6 +1051,33 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
+-T <#>
+</dt>
+<dt class="hdlist1">
+--tos=<#>
+</dt>
+<dd>
+<p>
+ Type of service for the connection (TCP)
+</p>
+</dd>
+<dt class="hdlist1">
+--keyring=<#>
+</dt>
+<dd>
+<p>
+ Keyring for TLS key lookup.
+</p>
+</dd>
+<dt class="hdlist1">
+--tls_key=<#>
+</dt>
+<dd>
+<p>
+ TLS key for the connection (TCP).
+</p>
+</dd>
+<dt class="hdlist1">
-D
</dt>
<dt class="hdlist1">
@@ -1093,6 +1124,14 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
+--tls
+</dt>
+<dd>
+<p>
+ Enable TLS encryption (TCP).
+</p>
+</dd>
+<dt class="hdlist1">
-O
</dt>
<dt class="hdlist1">
@@ -1162,7 +1201,7 @@ and <a href="mailto:hch@lst.de">Christoph Hellwig</a></p></div> <div id="footer">
<div id="footer-text">
Last updated
- 2023-01-30 14:14:16 CET
+ 2023-03-31 16:17:28 CEST
</div>
</div>
</body>
|