From bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 Mon Sep 17 00:00:00 2001
From: Michael Biebl
“permissions” GStrv
An array of strings defining what access a given user has to this
connection. If this is NULL or empty, all users are allowed to access
-this connection. Otherwise a user is allowed to access this connection
-if and only if they are in this list. Each entry is of the form
-"[type]:[id]:[reserved]"; for example, "user:dcbw:blah".
At this time only the "user" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the ":" character. Any diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 46e11c1a..e83eee7f 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -311,7 +311,14 @@ through that interface to the default network.
“dhcp-client-id” property “dhcp-client-id” gchar *
A string sent to the DHCP server to identify the local machine which the -DHCP server may use to customize the DHCP lease and options.
+DHCP server may use to customize the DHCP lease and options. +When the property is a hex string ('aa:bb:cc') it is interpreted as a +binary client ID, in which case the first byte is assumed to be the +'type' field as per RFC 2132 section 9.14 and the remaining bytes may be +an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet +ARP type and the rest is a MAC address). +If the property is not a hex string it is considered as a +non-hardware-address client ID and the 'type' field is set to 0.Flags: Read / Write
Default value: NULL
diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index e4965e4b..4c943708 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -1426,7 +1426,8 @@ This is known as MAC cloning or spoofing.Beside explicitly specifing a MAC address, the special values "preserve", "permanent", "random" and "stable" are supported. "preserve" means not to touch the MAC address on activation. -"permanent" means to use the permanent hardware address of the device. +"permanent" means to use the permanent hardware address if the device +has one (otherwise this is treated as "preserve"). "random" creates a random MAC address on each connect. "stable" creates a hashed MAC address based on connection.stable-id and a machine dependent key.
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index cf5977db..cac0a3b4 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@libnm Reference Manual |
|---|
- for libnm 1.8.2 + for libnm 1.8.4 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm/stable/. diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 10468905..482dd8a0 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -2720,7 +2720,7 @@ VPN plugin authentication dialogs.
upon rollback, - delete any new connection added after the checkpoint.
+ delete any new connection added after the checkpoint (Since: 1.6)upon rollback, - disconnect any new device appeared after the checkpoint.
+ disconnect any new device appeared after the checkpoint (Since: 1.6)$cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c$./hello-nm- NetworkManager version: 1.8.2 + NetworkManager version: 1.8.4$
diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index 53adb84c..bfa363e7 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.8.2 +1.8.4 -- cgit 1.3.0-6-gf8a5