From bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 Mon Sep 17 00:00:00 2001
From: Sebastien Bacher
out_pitem
on return, the permission item (formatted accoring to ptype
+
on return, the permission item (formatted according to ptype
, see
“permissions” for more detail
gboolean
nm_setting_connection_add_secondary (NMSettingConnection *setting,
const char *sec_uuid);
-Adds a new secondary connetion UUID to the setting.
+Adds a new secondary connection UUID to the setting.
Parameters
@@ -2214,11 +2214,11 @@ is commonly also included, so that different systems end up generating
different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's
name is included, so that different interfaces yield different addresses.
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 "$$".
@@ -2291,6 +2291,6 @@ the change takes effect immediately.
+
Generated by GTK-Doc V1.29