diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-22 17:22:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-22 17:22:03 +0100 |
| commit | ee7b97d8af11fb1c2cbcd4df0deb298ff906fa8b (patch) | |
| tree | b0978e9f3ed4e2e9b727844e57637783ca47a8ef /docs/api/html/settings-generic.html | |
| parent | d8ad0e3c21e712308cf070716acc421adfabd7d3 (diff) | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
Update upstream source from tag 'upstream/1.46.0'
Update to upstream version '1.46.0' with Debian dir 8c30a24f4e6f4278d9943aef82e6ae63c4528df5
Diffstat (limited to 'docs/api/html/settings-generic.html')
| -rw-r--r-- | docs/api/html/settings-generic.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/api/html/settings-generic.html b/docs/api/html/settings-generic.html index 4beac3ac..3594cb94 100644 --- a/docs/api/html/settings-generic.html +++ b/docs/api/html/settings-generic.html @@ -52,7 +52,16 @@ <th>Default Value</th> <th>Value Description</th> </tr></thead> -<tbody></tbody> +<tbody><tr> +<td><pre class="screen">device-handler</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>Name of the device handler that will be invoked to add and delete the device for this connection. The name can only contain ASCII alphanumeric characters and '-', '_', '.'. It cannot start with '.'. + +See the NetworkManager-dispatcher(8) man page for more details about how to write the device handler. + +By setting this property the generic connection becomes "virtual", meaning that it can be activated without an existing device; the device will be created at the time the connection is started by invoking the device-handler.</td> +</tr></tbody> </table></div> </div> <p><br class="table-break"></p> |