From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMSettingIP4Config.html | 111 +++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingIP4Config.html') diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 5af35d24..5fac8aff 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -15,7 +15,8 @@ @@ -68,6 +69,14 @@ nm_setting_ip4_config_get_dhcp_vendor_class_identifier () + + + + @@ -97,6 +106,10 @@ #define +NM_SETTING_IP4_CONFIG_LINK_LOCAL + + +#define NM_SETTING_IP4_CONFIG_METHOD_AUTO @@ -115,10 +128,20 @@ #define NM_SETTING_IP4_CONFIG_METHOD_DISABLED + +enum +NMSettingIP4LinkLocal +
+

Object Hierarchy

+
    GEnum
+    ╰── NMSettingIP4LinkLocal
+
+
+

Description

The NMSettingIP4Config object is a NMSetting subclass that describes properties related to IPv4 addressing, routing, and Domain Name Service.

@@ -156,7 +179,7 @@ nm_setting_ip4_config_new (voidconst char * nm_setting_ip4_config_get_dhcp_client_id (NMSettingIP4Config *setting); -

Returns the value contained in the “dhcp-client-id” +

Returns the value contained in the “dhcp-client-id” property.

Parameters

@@ -236,6 +259,34 @@ property.

Since: 1.28

+
+
+

nm_setting_ip4_config_get_link_local ()

+
NMSettingIP4LinkLocal
+nm_setting_ip4_config_get_link_local (NMSettingIP4Config *setting);
+

Returns the value contained in the “link_local” +property.

+
+

Parameters

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

setting

the NMSettingIP4Config

 
+
+
+

Returns

+

the link-local configuration

+
+

Since: 1.40

+

Types and Values

@@ -264,6 +315,12 @@ property.


+

NM_SETTING_IP4_CONFIG_LINK_LOCAL

+
#define NM_SETTING_IP4_CONFIG_LINK_LOCAL                   "link-local"
+
+
+
+

NM_SETTING_IP4_CONFIG_METHOD_AUTO

#define NM_SETTING_IP4_CONFIG_METHOD_AUTO "auto"
 
@@ -306,6 +363,56 @@ through that interface to the default network.

This connection does not use or require IPv4 address and it should be disabled.

+
+
+

enum NMSettingIP4LinkLocal

+

NMSettingIP4LinkLocal values indicate whether IPv4 link-local address protocol should be enabled.

+
+

Members

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

NM_SETTING_IP4_LL_DEFAULT

+

Allow fallback to a globally configured default. If unspecified, +fallback to "auto". Note that if "ipv4.method" is "disabled", this always implies link-local +addresses disabled too.

+
 

NM_SETTING_IP4_LL_AUTO

+

Special value which enables LL if "ipv4.method" is set to +"link-local".

+
 

NM_SETTING_IP4_LL_DISABLED

+

Disable IPv4 link-local protocol.

+
 

NM_SETTING_IP4_LL_ENABLED

+

Enable the IPv4 link-local protocol regardless what other protocols +such as DHCP or manually assigned IP addresses might be active.

+
 
+
+

Since: 1.40

+