diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
| commit | e8c0c4050b07c08cc0f34d41cdff98f2cdc1cc93 (patch) | |
| tree | 79a3d9572e508d4b193ea175c8ed103b2024f727 /docs/api/html/settings-tun.html | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
| parent | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (diff) | |
Update upstream source from tag 'upstream/1.39.90'
Update to upstream version '1.39.90' with Debian dir 898f1bfdb7bf17595463e4195c78d8455df545e6
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> |