diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
| commit | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (patch) | |
| tree | a058f1d106d172d3354179437ef034c9355cdf9c /docs/api/html/settings-tun.html | |
| parent | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff) | |
New upstream version 1.39.90 upstream/1.39.90
Diffstat (limited to 'docs/api/html/settings-tun.html')
| -rw-r--r-- | docs/api/html/settings-tun.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/api/html/settings-tun.html b/docs/api/html/settings-tun.html index f860607c..10fdbfb8 100644 --- a/docs/api/html/settings-tun.html +++ b/docs/api/html/settings-tun.html @@ -29,7 +29,7 @@ <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2>tun</h2> -<p>tun — Tunnel Settings</p> +<p>tun — Tunnel Settings</p> </td> <td class="gallery_image" valign="top" align="right"></td> </tr></table></div> @@ -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>The group ID which will own the device. If set to NULL everyone will be able to use the device.</td> +<td> </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>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> +<td> </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>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> +<td> </td> </tr> <tr> <td><pre class="screen">owner</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> -<td>The user ID which will own the device. If set to NULL everyone will be able to use the device.</td> +<td> </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>If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.</td> +<td> </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>If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.</td> +<td> </td> </tr> </tbody> </table></div> |