diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
| commit | e465722b908aa870bdc293b9a417d3c15294aa6d (patch) | |
| tree | 7c959d3b73f427d6c40522a7464eaa4531ef2f05 /src/libnm-core-impl/nm-setting-connection.c | |
| parent | 56928734cbcf1d3a02fae4f152a541df1b04e04a (diff) | |
New upstream version 1.50.1 upstream/1.50.1
Diffstat (limited to 'src/libnm-core-impl/nm-setting-connection.c')
| -rw-r--r-- | src/libnm-core-impl/nm-setting-connection.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/libnm-core-impl/nm-setting-connection.c b/src/libnm-core-impl/nm-setting-connection.c index 3298dce6..33d088bb 100644 --- a/src/libnm-core-impl/nm-setting-connection.c +++ b/src/libnm-core-impl/nm-setting-connection.c @@ -2154,7 +2154,15 @@ nm_setting_connection_class_init(NMSettingConnectionClass *klass) * property: uuid * variable: UUID(+) * description: UUID for the connection profile. When missing, NetworkManager - * creates the UUID itself (by hashing the filename). + * creates the UUID by hashing the connection filename. + * ---end--- + */ + /* ---keyfile--- + * property: uuid + * variable: uuid + * description: UUID for the connection profile. When missing, NetworkManager + * creates the UUID by hashing the connection filename. + * example: uuid=7bdbe39a-126c-3f94-ac5e-8f156ed38383 * ---end--- */ _nm_setting_property_define_direct_string(properties_override, |