From 069cb5c3a525ebcc19cc2927964258acaca87b13 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sun, 17 Jun 2018 14:54:10 +0200
Subject: New upstream version 1.11.90
---
....freedesktop.NetworkManager.Device.Wireless.xml | 12 +
...edesktop.NetworkManager.Settings.Connection.xml | 15 +-
docs/api/html/NetworkManager.conf.html | 39 +-
docs/api/html/NetworkManager.devhelp2 | 2 +
...freedesktop.NetworkManager.Device.Wireless.html | 13 +
...desktop.NetworkManager.Settings.Connection.html | 16 +-
docs/api/html/index.html | 2 +-
docs/api/html/ix01.html | 1360 ++++++++++----------
docs/api/html/nm-settings-ifcfg-rh.html | 9 +
docs/api/html/nm-settings.html | 31 +-
docs/api/html/nmcli.html | 11 +-
docs/api/html/settings-802-11-wireless.html | 6 +
docs/api/html/settings-802-3-ethernet.html | 6 +-
docs/api/html/settings-connection.html | 2 +-
docs/api/html/settings-ipv6.html | 6 +
docs/api/html/settings-macsec.html | 6 +
docs/api/html/settings-team.html | 2 +-
docs/api/settings-spec.xml | 13 +-
docs/api/version.xml | 2 +-
19 files changed, 842 insertions(+), 711 deletions(-)
(limited to 'docs/api')
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml
index 19519dde..d478c7db 100644
--- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml
+++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml
@@ -31,6 +31,7 @@
AccessPoints readable ao
ActiveAccessPoint readable o
WirelessCapabilities readable u
+LastScan readable x
@@ -205,6 +206,17 @@ WirelessCapabilities readable u
Returns: NMDeviceWifiCapabilities
+
+ The "LastScan" property
+ org.freedesktop.NetworkManager.Device.Wireless:LastScan
+
+LastScan readable x
+
+ The timestamp (in CLOCK_BOOTTIME milliseconds) for the last finished network scan.
+ A value of -1 means the device never scanned for access points.
+ Since: 1.12
+
+
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml
index 8ebe1047..5e08acf5 100644
--- a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml
+++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml
@@ -33,8 +33,9 @@
Properties
-Unsaved readable b
-Flags readable u
+Unsaved readable b
+Flags readable u
+Filename readable s
@@ -275,6 +276,16 @@ Flags readable u
Since: 1.12
+
+ The "Filename" property
+ org.freedesktop.NetworkManager.Settings.Connection:Filename
+
+Filename readable s
+
+ File that stores the connection in case the connection is file-backed.
+ Since: 1.12
+
+
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
index c592fb9b..e4b7fe25 100644
--- a/docs/api/html/NetworkManager.conf.html
+++ b/docs/api/html/NetworkManager.conf.html
@@ -125,7 +125,7 @@ plugins-=remove-me
Lists system settings plugin names separated by ','. These
plugins are used to read and write system-wide
- connections. When multiple plugins are specified, the
+ connection profiles. When multiple plugins are specified, the
connections are read from all listed plugins. When writing
connections, the plugins will be asked to save the
connection in the order listed here; if the first plugin
@@ -135,15 +135,12 @@ plugins-=remove-me
to the user.
- If NetworkManager defines a distro-specific
- network-configuration plugin for your system, then that
- will normally be listed here. (See below for the available
- plugins.) Note that the keyfile plugin
- is always appended to the end of this list (if it doesn't
- already appear earlier in the list), so if there is no
- distro-specific plugin for your system then you can leave
- this key unset and NetworkManager will fall back to using
- keyfile.
+ The default value and the number of available plugins is
+ distro-specific. See the section called “Plugins”
+ below for the available plugins.
+ Note that NetworkManager's native keyfile
+ plugin is always appended to the end of this list (if it doesn't
+ already appear earlier in the list).
@@ -357,8 +354,11 @@ no-auto-default=*
a symlink.
file: NetworkManager will write
/etc/resolv.conf as file. If it finds
- a symlink, it will follow the symlink and update the target
- instead.
+ a symlink to an existing target, it will follow the symlink and
+ update the target instead. In no case will an existing symlink
+ be replaced by a file. Note that older versions of NetworkManager
+ behaved differently and would replace dangling symlinks with a
+ plain file.
resolvconf: NetworkManager will run
resolvconf to update the DNS configuration.
netconfig: NetworkManager will run
@@ -674,6 +674,10 @@ ipv6.ip6-privacy=0
+
ipv6.dhcp-duid
+
If left unspecified, it defaults to "lease".
+
+
ipv6.dhcp-timeout
If left unspecified, the default value for
the interface type is used.
+ Settings plugins for reading and writing connection profiles. The number of
+ available plugins is distribution specific.
+
@@ -1196,6 +1204,8 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
capabilities that NetworkManager has. It writes files out
in an .ini-style format in
/etc/NetworkManager/system-connections.
+ See nm-settings-keyfile(5)
+ for details about the file format.
The stored connection file may contain passwords, secrets and
@@ -1224,6 +1234,9 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
Enabling ifcfg-rh implicitly enables
ibft plugin, if it is available.
This can be disabled by adding no-ibft.
+ See /usr/share/doc/initscripts/sysconfig.txt
+ and nm-settings-ifcfg-rh(5)
+ for more information about the ifcfg file format.
diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2
index b9113657..b253093e 100644
--- a/docs/api/html/NetworkManager.devhelp2
+++ b/docs/api/html/NetworkManager.devhelp2
@@ -216,6 +216,7 @@
+
@@ -369,6 +370,7 @@
+
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
index 574942ca..055196df 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html
@@ -59,6 +59,7 @@
AccessPoints readable ao
ActiveAccessPoint readable o
WirelessCapabilities readable u
+LastScan readable x
@@ -256,6 +257,18 @@ WirelessCapabilities readable u