From e536d40eaea5dcdc0743b0a5e8e17faa46608a50 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 19 Feb 2020 23:31:24 +0100 Subject: New upstream version 1.22.8 --- docs/libnm/html/NMSettingConnection.html | 25 ++++++++----- docs/libnm/html/NMSettingIP6Config.html | 63 ++++++++++++++++++++++++++++++++ docs/libnm/html/NMSettingIPConfig.html | 12 ++++-- docs/libnm/html/api-index-full.html | 20 ++++++++++ docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-version.html | 10 +++++ docs/libnm/html/libnm.devhelp2 | 4 ++ docs/libnm/html/usage.html | 2 +- 8 files changed, 122 insertions(+), 16 deletions(-) (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index f9c862eb..ee8a6c6b 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -2147,11 +2147,13 @@ connection may be applied to the wrong interface.

for the connection. LLMNR is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link.

-

The permitted values are: yes: register hostname and resolving -for the connection, no: disable LLMNR for the interface, resolve: -do not register hostname but allow resolving of LLMNR host names.

-

This feature requires a plugin which supports LLMNR. One such -plugin is dns-systemd-resolved.

+

The permitted values are: "yes" (2) register hostname and resolving +for the connection, "no" (0) disable LLMNR for the interface, "resolve" +(1) do not register hostname but allow resolving of LLMNR host names +If unspecified, "default" ultimately depends on the DNS plugin (which +for systemd-resolved currently means "yes").

+

This feature requires a plugin which supports LLMNR. Otherwise the +setting has no effect. One such plugin is dns-systemd-resolved.

Flags: Read / Write

Default value: -1

Since: 1.14

@@ -2169,11 +2171,14 @@ plugin is dns-systemd-resolved.

The “mdns” property

  “mdns”                     gint

Whether mDNS is enabled for the connection.

-

The permitted values are: yes: register hostname and resolving -for the connection, no: disable mDNS for the interface, resolve: -do not register hostname but allow resolving of mDNS host names.

-

This feature requires a plugin which supports mDNS. One such -plugin is dns-systemd-resolved.

+

The permitted values are: "yes" (2) register hostname and resolving +for the connection, "no" (0) disable mDNS for the interface, "resolve" +(1) do not register hostname but allow resolving of mDNS host names +and "default" (-1) to allow lookup of a global default in NetworkManager.conf. +If unspecified, "default" ultimately depends on the DNS plugin (which +for systemd-resolved currently means "no").

+

This feature requires a plugin which supports mDNS. Otherwise the +setting has no effect. One such plugin is dns-systemd-resolved.

Flags: Read / Write

Default value: -1

Since: 1.12

diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 2cdd15c6..fc74885c 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -79,6 +79,14 @@ nm_setting_ip6_config_get_dhcp_duid () + + +gint32 + + +nm_setting_ip6_config_get_ra_timeout () + + @@ -108,6 +116,11 @@ Read / Write / Construct +gint +ra-timeout +Read / Write + + gchar * token @@ -146,6 +159,10 @@ #define +NM_SETTING_IP6_CONFIG_RA_TIMEOUT + + +#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE @@ -342,6 +359,33 @@ sent to the DHCPv6 servers.

Since: 1.12

+
+
+

nm_setting_ip6_config_get_ra_timeout ()

+
gint32
+nm_setting_ip6_config_get_ra_timeout (NMSettingIP6Config *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingIP6Config

 
+
+
+

Returns

+

The configured NM_SETTING_IP6_CONFIG_RA_TIMEOUT value with the +timeout for router advertisements in seconds.

+
+

Since: 1.24, 1.22.8

+

Types and Values

@@ -376,6 +420,12 @@ sent to the DHCPv6 servers.


+

NM_SETTING_IP6_CONFIG_RA_TIMEOUT

+
#define NM_SETTING_IP6_CONFIG_RA_TIMEOUT "ra-timeout"
+
+
+
+

NM_SETTING_IP6_CONFIG_METHOD_IGNORE

#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE     "ignore"
 
@@ -615,6 +665,19 @@ setting as another way of avoiding host tracking with IPv6 addresses.


+

The “ra-timeout” property

+
  “ra-timeout”               gint
+

A timeout for waiting Router Advertisements in seconds. If zero (the default), a +globally configured default is used. If still unspecified, the timeout depends on the +sysctl settings of the device.

+

Set to 2147483647 (MAXINT32) for infinity.

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+

Since: 1.24, 1.22.8

+
+
+

The “token” property

  “token”                    gchar *

Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index c7f19f28..32891026 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -6472,7 +6472,10 @@ providing a static hostname for the computer. If the

The “dhcp-timeout” property

  “dhcp-timeout”             gint
-

A timeout for a DHCP transaction in seconds.

+

A timeout for a DHCP transaction in seconds. If zero (the default), a +globally configured default is used. If still unspecified, a device specific +timeout is used (usually 45 seconds).

+

Set to 2147483647 (MAXINT32) for infinity.

Flags: Read / Write

Allowed values: >= 0

Default value: 0

@@ -6510,10 +6513,11 @@ same connection profile.

When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. When multiple -devices have configurations with the same priority, the one with an -active default route will be preferred. Negative values have the special +devices have configurations with the same priority, VPNs will be +considered first, then devices with the best (lowest metric) default +route and then all other devices. Negative values have the special effect of excluding other configurations with a greater priority value; -so in presence of at least a negative priority, only DNS servers from +so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used.

When using a DNS resolver that supports Conditional Forwarding as dns=dnsmasq or dns=systemd-resolved, each connection is used to query domains in its diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index a987e0fb..ee7bf244 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -1589,6 +1589,10 @@ nml_dbus_property_o_is_ready, function in

+nml_dbus_property_o_is_ready_fully, function in NMIPConfig +
+
+
nml_dbus_property_o_notify_changed_many, function in NMIPConfig
@@ -2397,6 +2401,10 @@ NMSettingEthtool, struct in NMSettingOvs
+NMSettingIP6Config:ra-timeout, object property in NMSettingIP6Config +
+
+
NMSettingIP6Config:token, object property in NMSettingIP6Config
@@ -4013,6 +4021,10 @@ nm_auto_unref_nml_dbusobj, macro in
+NM_AVAILABLE_IN_1_22_8, macro in nm-version +
+
+
NM_AVAILABLE_IN_1_4, macro in nm-version
@@ -9577,6 +9589,10 @@ nm_permission_to_client, function in
+nm_setting_ip6_config_get_ra_timeout, function in NMSettingIP6Config +
+
+
nm_setting_ip6_config_get_token, function in NMSettingIP6Config
@@ -9617,6 +9633,10 @@ nm_permission_to_client, function in
+NM_SETTING_IP6_CONFIG_RA_TIMEOUT, macro in NMSettingIP6Config +
+
+
NM_SETTING_IP6_CONFIG_SETTING_NAME, macro in NMSettingIP6Config
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index be8ef9ed..93d2fef9 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.22.6 + for libnm 1.22.8 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-version.html b/docs/libnm/html/libnm-nm-version.html index 3178fbde..d596b86e 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -254,6 +254,10 @@ #define NM_AVAILABLE_IN_1_22_2 + +#define +NM_AVAILABLE_IN_1_22_8 +

@@ -524,6 +528,12 @@
# define NM_AVAILABLE_IN_1_22_2            G_UNAVAILABLE(1,22.2)
 
+
+
+

NM_AVAILABLE_IN_1_22_8

+
# define NM_AVAILABLE_IN_1_22_8            G_UNAVAILABLE(1,22.8)
+
+