From 80ec1decc49c72efec2a8b87c06245c92c0ab807 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Thu, 11 Feb 2021 18:11:46 +0100
Subject: New upstream version 1.29.90
---
docs/api/Makefile.am | 24 +-
docs/api/Makefile.in | 11 +-
docs/api/html/NetworkManager.conf.html | 77 +-
docs/api/html/NetworkManager.devhelp2 | 5 +
docs/api/html/ch01.html | 9 +
docs/api/html/index.html | 14 +-
docs/api/html/ix01.html | 1570 ++++++++++----------
docs/api/html/manpages.html | 3 +
docs/api/html/nm-cloud-setup.html | 269 ++++
docs/api/html/nm-dbus-types.html | 33 +-
docs/api/html/nm-initrd-generator.html | 12 +-
docs/api/html/nm-openvswitch.html | 26 +-
docs/api/html/nm-settings-dbus.html | 113 +-
docs/api/html/nm-settings-ifcfg-rh.html | 143 +-
docs/api/html/nm-settings-nmcli.html | 108 +-
docs/api/html/nm-vpn-dbus-types.html | 24 +-
docs/api/html/nmcli.html | 48 +-
docs/api/html/ref-settings.html | 9 +
docs/api/html/secrets-flags.html | 4 +-
docs/api/html/settings-6lowpan.html | 2 +-
docs/api/html/settings-802-11-olpc-mesh.html | 2 +-
.../html/settings-802-11-wireless-security.html | 4 +-
docs/api/html/settings-802-11-wireless.html | 2 +-
docs/api/html/settings-802-1x.html | 6 +-
docs/api/html/settings-802-3-ethernet.html | 2 +-
docs/api/html/settings-adsl.html | 2 +-
docs/api/html/settings-bluetooth.html | 2 +-
docs/api/html/settings-bond.html | 2 +-
docs/api/html/settings-bridge-port.html | 2 +-
docs/api/html/settings-bridge.html | 2 +-
docs/api/html/settings-cdma.html | 2 +-
docs/api/html/settings-connection.html | 2 +-
docs/api/html/settings-dcb.html | 2 +-
docs/api/html/settings-dummy.html | 2 +-
docs/api/html/settings-ethtool.html | 2 +-
docs/api/html/settings-generic.html | 2 +-
docs/api/html/settings-gsm.html | 2 +-
docs/api/html/settings-hostname.html | 89 ++
docs/api/html/settings-infiniband.html | 2 +-
docs/api/html/settings-ip-tunnel.html | 2 +-
docs/api/html/settings-ipv4.html | 6 +-
docs/api/html/settings-ipv6.html | 4 +-
docs/api/html/settings-macsec.html | 2 +-
docs/api/html/settings-macvlan.html | 2 +-
docs/api/html/settings-match.html | 2 +-
docs/api/html/settings-ovs-bridge.html | 2 +-
docs/api/html/settings-ovs-dpdk.html | 2 +-
docs/api/html/settings-ovs-external-ids.html | 69 +
docs/api/html/settings-ovs-interface.html | 2 +-
docs/api/html/settings-ovs-patch.html | 2 +-
docs/api/html/settings-ovs-port.html | 2 +-
docs/api/html/settings-ppp.html | 2 +-
docs/api/html/settings-pppoe.html | 2 +-
docs/api/html/settings-proxy.html | 2 +-
docs/api/html/settings-serial.html | 2 +-
docs/api/html/settings-sriov.html | 2 +-
docs/api/html/settings-tc.html | 2 +-
docs/api/html/settings-team-port.html | 2 +-
docs/api/html/settings-team.html | 2 +-
docs/api/html/settings-tun.html | 2 +-
docs/api/html/settings-user.html | 2 +-
docs/api/html/settings-veth.html | 69 +
docs/api/html/settings-vlan.html | 2 +-
docs/api/html/settings-vpn.html | 2 +-
docs/api/html/settings-vrf.html | 2 +-
docs/api/html/settings-vxlan.html | 2 +-
docs/api/html/settings-wifi-p2p.html | 2 +-
docs/api/html/settings-wimax.html | 2 +-
docs/api/html/settings-wireguard.html | 2 +-
docs/api/html/settings-wpan.html | 6 +-
docs/api/meson.build | 2 +-
docs/api/network-manager-docs.xml | 1 +
docs/api/settings-spec.xml | 16 +-
docs/api/version.xml | 2 +-
74 files changed, 1899 insertions(+), 963 deletions(-)
create mode 100644 docs/api/html/nm-cloud-setup.html
create mode 100644 docs/api/html/settings-hostname.html
create mode 100644 docs/api/html/settings-ovs-external-ids.html
create mode 100644 docs/api/html/settings-veth.html
(limited to 'docs/api')
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index dfa3210c..65eed1a5 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -99,6 +99,10 @@ if WITH_OPENVSWITCH
content_files += $(top_builddir)/man/nm-openvswitch.xml
endif
+if BUILD_NM_CLOUD_SETUP
+content_files += $(top_builddir)/man/nm-cloud-setup.xml
+endif
+
if CONFIG_PLUGIN_IFCFG_RH
content_files += $(top_builddir)/man/nm-settings-ifcfg-rh.xml
endif
@@ -126,9 +130,19 @@ setup-build.stamp:
####################################
-EXTRA_DIST += version.xml.in settings-spec.xsl meson.build $(GENERATED_FILES)
-CLEANFILES += html/* tmpl/* xml/* \
- NetworkManager-sections.txt \
- NetworkManager-overrides.txt
+EXTRA_DIST += \
+ version.xml.in \
+ settings-spec.xsl \
+ meson.build \
+ $(GENERATED_FILES) \
+ $(NULL)
-CLEANFILES += settings-spec.xml
+CLEANFILES += \
+ html/* \
+ tmpl/* \
+ xml/* \
+ NetworkManager-overrides.txt \
+ NetworkManager-sections.txt \
+ NetworkManager.actions \
+ settings-spec.xml \
+ $(NULL)
diff --git a/docs/api/Makefile.in b/docs/api/Makefile.in
index a853b015..fcbc9448 100644
--- a/docs/api/Makefile.in
+++ b/docs/api/Makefile.in
@@ -113,7 +113,8 @@ build_triplet = @build@
host_triplet = @host@
@BUILD_DOCS_TRUE@am__append_1 = settings-spec.xml
@WITH_OPENVSWITCH_TRUE@am__append_2 = $(top_builddir)/man/nm-openvswitch.xml
-@CONFIG_PLUGIN_IFCFG_RH_TRUE@am__append_3 = $(top_builddir)/man/nm-settings-ifcfg-rh.xml
+@BUILD_NM_CLOUD_SETUP_TRUE@am__append_3 = $(top_builddir)/man/nm-cloud-setup.xml
+@CONFIG_PLUGIN_IFCFG_RH_TRUE@am__append_4 = $(top_builddir)/man/nm-settings-ifcfg-rh.xml
subdir = docs/api
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
@@ -523,7 +524,7 @@ content_files = $(GENERATED_FILES) \
$(top_builddir)/man/nm-settings-dbus.xml \
$(top_builddir)/man/nm-settings-keyfile.xml \
$(top_builddir)/man/nm-settings-nmcli.xml version.xml $(NULL) \
- $(am__append_2) $(am__append_3)
+ $(am__append_2) $(am__append_3) $(am__append_4)
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
@@ -548,7 +549,7 @@ SETUP_FILES = \
####################################
EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in \
- settings-spec.xsl meson.build $(GENERATED_FILES)
+ settings-spec.xsl meson.build $(GENERATED_FILES) $(NULL)
DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
html-build.stamp pdf-build.stamp \
sgml.stamp html.stamp pdf.stamp
@@ -568,8 +569,8 @@ REPORT_FILES = \
CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) \
gtkdoc-check.test html/* tmpl/* xml/* \
- NetworkManager-sections.txt NetworkManager-overrides.txt \
- settings-spec.xml
+ NetworkManager-overrides.txt NetworkManager-sections.txt \
+ NetworkManager.actions settings-spec.xml $(NULL)
@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP =
@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
index 6c8f1f8e..05250d17 100644
--- a/docs/api/html/NetworkManager.conf.html
+++ b/docs/api/html/NetworkManager.conf.html
@@ -268,18 +268,24 @@ no-auto-default=*
this option. An hostname empty or equal to 'localhost', 'localhost6',
'localhost.localdomain' or 'localhost6.localdomain' is considered invalid.
-default: NetworkManager will update the hostname
- with the one provided via DHCP on the main connection (the one with a default
- route). If not present, the hostname will be updated to the last one set
- outside NetworkManager. If it is not valid, NetworkManager will try to recover
- the hostname from the reverse lookup of the IP address of the main connection.
- If this fails too, the hostname will be set to 'localhost.localdomain'.
+
default: NetworkManager will update the
+ hostname with the one provided via DHCP or reverse DNS lookup of the
+ IP address on the connection with the default route or on any
+ connection with the property hostname.only-from-default set to
+ 'false'. Connections are considered in order of
+ increasing value of the hostname.priority
+ property. In case multiple connections have the same priority,
+ connections activated earlier are considered first. If no hostname can
+ be determined in such way, the hostname will be updated to the last
+ one set outside NetworkManager or to 'localhost.localdomain'.
-dhcp: NetworkManager will update the transient hostname
- only with information coming from DHCP. No fallback nor reverse lookup will be
- performed, but when the dhcp connection providing the hostname is deactivated,
- the hostname is reset to the last hostname set outside NetworkManager or
- 'localhost' if none valid is there.
+
dhcp: this is similar to
+ 'default', with the difference that after trying to
+ get the DHCP hostname, reverse DNS lookup is not done. Note that
+ selecting this option is equivalent to setting the property
+ 'hostname.from-dns-lookup' to
+ 'false' globally for all connections in
+ NetworkManager.conf.
none: NetworkManager will not manage the transient
hostname and will never set it.
@@ -616,6 +622,18 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth
connection section
Specify default values for connections.
+
+ Such default values are only consulted if the corresponding per-connection property
+ explicitly allows for that. That means, all these properties correspond to
+ a property of the connection profile (for example connection.mud-url).
+ Only if the per-profile property is set to a special value that indicates to use the
+ default, the default value from NetworkManager.conf is consulted. It depends on the
+ property, which is the special value that indicates fallback to the default, but it
+ usually is something like empty, unset values or special numeric values like 0 or -1.
+ That means the effectively used value can first always be configured for each profile,
+ and these default values only matter if the per-profile values explicitly indicates
+ to use the default from NetworkManager.conf.
+
Example:
@@ -626,13 +644,13 @@ ipv6.ip6-privacy=0
-
Supported Properties
+
Supported Properties
Not all properties can be overwritten, only the following
properties are supported to have their default values configured
(see nm-settings(5) for details).
- A default value is only consulted if the corresponding per-connection value
- explicitly allows for that.
+
+
@@ -700,6 +718,22 @@ ipv6.ip6-privacy=0
|
+hostname.from-dhcp
|
+ |
+
+
+hostname.from-dns-lookup
|
+ |
+
+
+hostname.only-from-default
|
+ |
+
+
+hostname.priority
|
+ |
+
+
infiniband.mtu
|
If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or the MTU is left unspecified on activation. |
@@ -1053,6 +1087,21 @@ managed=1
+wifi.iwd.autoconnect
|
+
+ If wifi.backend is iwd, setting this to
+ false forces IWD's autoconnect mechanism to be disabled for
+ this device and connections will only be initiated by NetworkManager whether
+ commaned by a client or automatically. Leaving it true (default)
+ stops NetworkManager from automatically initiating connections and allows
+ IWD to use its network ranking and scanning logic to decide the best networks
+ to autoconnect to next. Connections' autoconnect-priority,
+ autoconnect-retries settings will be ignored. Other settings
+ like permissions or multi-connect may interfere
+ with IWD connection attempts.
+ |
+
+
sriov-num-vfs
|
Specify the number of virtual functions (VF) to enable
diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2
index c2c30fb7..6c7e5d6c 100644
--- a/docs/api/html/NetworkManager.devhelp2
+++ b/docs/api/html/NetworkManager.devhelp2
@@ -13,6 +13,7 @@
+
@@ -65,6 +66,9 @@
+
+
+
@@ -649,6 +653,7 @@
+
diff --git a/docs/api/html/ch01.html b/docs/api/html/ch01.html
index 28fa8420..0715709a 100644
--- a/docs/api/html/ch01.html
+++ b/docs/api/html/ch01.html
@@ -167,6 +167,15 @@
wpan — IEEE 802.15.4 (WPAN) MAC Settings
+
+hostname — Hostname settings
+
+
+ovs-external-ids — OVS External IDs Settings
+
+
+veth — Veth Settings
+
|