diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-13 22:24:20 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-13 22:24:20 +0100 |
| commit | 4e0c152343821d62f79db8f047395cabc3005b8e (patch) | |
| tree | 31f8fbf3be8013dc34844ac720eb71dabbf04075 /docs/api/html/nm-settings-dbus.html | |
| parent | 0260b90a50f9c49eb216249afea08ba3f3b8981f (diff) | |
| parent | 6681f77b757bbc42ce5c8868ee9142b7ebc8c059 (diff) | |
Update upstream source from tag 'upstream/1.45.91'
Update to upstream version '1.45.91' with Debian dir bebf00e416cd984203cf3c98296e0b1f3016c889
Diffstat (limited to 'docs/api/html/nm-settings-dbus.html')
| -rw-r--r-- | docs/api/html/nm-settings-dbus.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/api/html/nm-settings-dbus.html b/docs/api/html/nm-settings-dbus.html index 145b2ad0..9f5c9842 100644 --- a/docs/api/html/nm-settings-dbus.html +++ b/docs/api/html/nm-settings-dbus.html @@ -136,6 +136,13 @@ Depending on "connection.multi-connect", a profile can (auto)connect only once a </tr> <tr> <td align="left"> +<a name="nm-settings-dbus.property.connection.autoconnect-ports"></a>autoconnect-ports</td> +<td align="left">NMTernary (int32)</td> +<td align="left"> </td> +<td>Whether or not ports of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for controller connections. The properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. The permitted values are: 0: leave port connections untouched, 1: activate all the port connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-ports is read to determine the real value. If it is default as well, this fallbacks to 0.</td> +</tr> +<tr> +<td align="left"> <a name="nm-settings-dbus.property.connection.autoconnect-priority"></a>autoconnect-priority</td> <td align="left">int32</td> <td align="left">0</td> @@ -1740,6 +1747,15 @@ If unset, a globally configured default from NetworkManager.conf is used. If sti </tr> <tr> <td align="left"> +<a name="nm-settings-dbus.property.ipv4.dhcp-dscp"></a>dhcp-dscp</td> +<td align="left">string</td> +<td align="left"> </td> +<td>Specifies the value for the DSCP field (traffic class) of the IP header. When empty, the global default value is used; if no global default is specified, it is assumed to be "CS0". Allowed values are: "CS0", "CS4" and "CS6". + +The property is currently valid only for IPv4, and it is supported only by the "internal" DHCP plugin.</td> +</tr> +<tr> +<td align="left"> <a name="nm-settings-dbus.property.ipv4.dhcp-fqdn"></a>dhcp-fqdn</td> <td align="left">string</td> <td align="left"> </td> @@ -2073,6 +2089,15 @@ A zero value means that no duplicate address detection is performed, -1 means th </tr> <tr> <td align="left"> +<a name="nm-settings-dbus.property.ipv6.dhcp-dscp"></a>dhcp-dscp</td> +<td align="left">string</td> +<td align="left"> </td> +<td>Specifies the value for the DSCP field (traffic class) of the IP header. When empty, the global default value is used; if no global default is specified, it is assumed to be "CS0". Allowed values are: "CS0", "CS4" and "CS6". + +The property is currently valid only for IPv4, and it is supported only by the "internal" DHCP plugin.</td> +</tr> +<tr> +<td align="left"> <a name="nm-settings-dbus.property.ipv6.dhcp-duid"></a>dhcp-duid</td> <td align="left">string</td> <td align="left"> </td> |