From 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 Mon Sep 17 00:00:00 2001
From: Michael Biebl
The '$' character is treated special to perform dynamic substitutions
-at runtime. Currently supported are "${CONNECTION}", "${DEVICE}",
+at runtime. Currently supported are "${CONNECTION}", "${DEVICE}", "${MAC}",
"${BOOT}", "${RANDOM}".
These effectively create unique IDs per-connection, per-device, per-boot,
or every time. Note that "${DEVICE}" corresponds the the interface name of the
-device.
+device and "${MAC}" is the permanent MAC address of the device.
Any unrecognized patterns following '$' are treated verbatim, however
are reserved for future use. You are thus advised to avoid '$' or
escape it as "$$".
@@ -2271,7 +2271,7 @@ provider, or nm_utils_uuid_generate() or
-nm_utils_uuid_generate_from_string().
nm_utils_uuid_generate_from_string().
Flags: Read / Write
Default value: NULL
@@ -2291,6 +2291,6 @@ the change takes effect immediately. +