diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
| commit | 537bfce2bda471c92caabd388589230200891509 (patch) | |
| tree | aedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /introspection | |
| parent | 869e9027026cdbb15d4e4a6327ff41d2697858eb (diff) | |
New upstream version 1.58~rc1 upstream/1.58_rc1
Diffstat (limited to 'introspection')
3 files changed, 9 insertions, 9 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Geneve.xml b/introspection/org.freedesktop.NetworkManager.Device.Geneve.xml index fc568dff..8d24c5a5 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Geneve.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Geneve.xml @@ -9,7 +9,7 @@ <!-- Id: - @since: 1.56.1 + @since: 1.58 The GENEVE Virtual Network Identifier (VNI). --> @@ -17,7 +17,7 @@ <!-- Remote: - @since: 1.56.1 + @since: 1.58 The IP (v4 or v6) address of the remote endpoint to which GENEVE packets are sent. @@ -26,7 +26,7 @@ <!-- Tos: - @since: 1.56.1 + @since: 1.58 The value to use in the IP ToS field for GENEVE packets sent to the remote endpoint. @@ -35,7 +35,7 @@ <!-- Ttl: - @since: 1.56.1 + @since: 1.58 The value to use in the IP TTL field for GENEVE packets sent to the remote endpoint. @@ -44,7 +44,7 @@ <!-- Df: - @since: 1.56.1 + @since: 1.58 The Don't Fragment (DF) flag setting for GENEVE packets. 0 means unset, 1 means set, 2 means inherit from the underlying interface. @@ -53,7 +53,7 @@ <!-- DstPort: - @since: 1.56.1 + @since: 1.58 Destination port for outgoing GENEVE packets. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index d770cfe6..3b0c2c46 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -176,7 +176,7 @@ the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to this value are not persistent and lost after NetworkManager restart. - DEPRECATED: 1.56.1: Use the SetManaged method instead, which supports + DEPRECATED: 1.58: Use the SetManaged method instead, which supports additional features like persisting the state to disk --> <property name="Managed" type="b" access="readwrite"/> @@ -398,7 +398,7 @@ SetManaged: @managed:(<link linkend="NMDeviceManaged">NMDeviceManaged</link>) Whether the device is managed. Possible values are "no" (0), "yes" (1) and "reset" (2). @flags: (<link linkend="NMDeviceManagedFlags">NMDeviceManagedFlags</link>) flags. - @since: 1.56.1 + @since: 1.58 Set the managed state of the device. With the flags argument different behaviors can be achieved, like storing the new managed state to disk. diff --git a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml index 9b876e75..d5717d5d 100644 --- a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml +++ b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml @@ -62,7 +62,7 @@ <!-- GetSecrets: - @setting_name: Name of the setting to return secrets for. If empty, all secrets will be returned. + @setting_name: Name of the setting to return secrets for (mandatory). @secrets: Nested settings maps containing secrets. Get the secrets belonging to this network configuration. Only secrets from |