summary refs log tree commit diff
path: root/docs/api/html/settings-tun.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
committerMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
commit05e4a733f2141995181a551854d5df929f084adf (patch)
tree83bb937740a6667525ba0df046748ecaa829c269 /docs/api/html/settings-tun.html
parent14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff)
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'docs/api/html/settings-tun.html')
-rw-r--r--docs/api/html/settings-tun.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/api/html/settings-tun.html b/docs/api/html/settings-tun.html
index 3691e124..a5b5a994 100644
--- a/docs/api/html/settings-tun.html
+++ b/docs/api/html/settings-tun.html
@@ -38,7 +38,7 @@
             Properties
         </h2>
 <div class="table">
-<a name="id-1.3.3.37.2.2.1"></a><p class="title"><b>Table 83. </b></p>
+<a name="id-1.3.3.37.2.2.1"></a><p class="title"><b>Table 71. </b></p>
 <div class="table-contents"><table class="table" border="1">
 <colgroup>
 <col>
@@ -57,37 +57,37 @@
 <td><pre class="screen">group</pre></td>
 <td><pre class="screen">string</pre></td>
 <td><pre class="screen"></pre></td>
-<td> </td>
+<td>The group ID which will own the device. If set to NULL everyone will be able to use the device.</td>
 </tr>
 <tr>
 <td><pre class="screen">mode</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">1</pre></td>
-<td> </td>
+<td>The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one.</td>
 </tr>
 <tr>
 <td><pre class="screen">multi-queue</pre></td>
 <td><pre class="screen">boolean</pre></td>
 <td><pre class="screen">FALSE</pre></td>
-<td> </td>
+<td>If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue.</td>
 </tr>
 <tr>
 <td><pre class="screen">owner</pre></td>
 <td><pre class="screen">string</pre></td>
 <td><pre class="screen"></pre></td>
-<td> </td>
+<td>The user ID which will own the device. If set to NULL everyone will be able to use the device.</td>
 </tr>
 <tr>
 <td><pre class="screen">pi</pre></td>
 <td><pre class="screen">boolean</pre></td>
 <td><pre class="screen">FALSE</pre></td>
-<td> </td>
+<td>If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.</td>
 </tr>
 <tr>
 <td><pre class="screen">vnet-hdr</pre></td>
 <td><pre class="screen">boolean</pre></td>
 <td><pre class="screen">FALSE</pre></td>
-<td> </td>
+<td>If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.</td>
 </tr>
 </tbody>
 </table></div>