From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSettingIP4Config.html | 79 ++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 6 deletions(-) (limited to 'docs/libnm/html/NMSettingIP4Config.html') diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 9a2ad209..52bfdbae 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -63,6 +63,13 @@ nm_setting_ip4_config_get_dhcp_fqdn () + +const char * + + +nm_setting_ip4_config_get_dhcp_vendor_class_identifier () + + @@ -87,6 +94,12 @@ dhcp-fqdn Read / Write + + +gchar * +dhcp-vendor-class-identifier +Read / Write + @@ -112,6 +125,10 @@ #define +NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER + + +#define NM_SETTING_IP4_CONFIG_METHOD_AUTO @@ -234,6 +251,35 @@ property.

Since: 1.2

+
+
+

nm_setting_ip4_config_get_dhcp_vendor_class_identifier ()

+
const char *
+nm_setting_ip4_config_get_dhcp_vendor_class_identifier
+                               (NMSettingIP4Config *setting);
+

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

+
+

Parameters

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

setting

the NMSettingIP4Config

 
+
+
+

Returns

+

the vendor class identifier option to send to the DHCP server

+
+

Since: 1.28

+

Types and Values

@@ -245,19 +291,25 @@ property.


NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID

-
#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID     "dhcp-client-id"
+
#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID               "dhcp-client-id"
 

NM_SETTING_IP4_CONFIG_DHCP_FQDN

-
#define NM_SETTING_IP4_CONFIG_DHCP_FQDN          "dhcp-fqdn"
+
#define NM_SETTING_IP4_CONFIG_DHCP_FQDN                    "dhcp-fqdn"
+
+
+
+
+

NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER

+
#define NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER "dhcp-vendor-class-identifier"
 

NM_SETTING_IP4_CONFIG_METHOD_AUTO

-
#define NM_SETTING_IP4_CONFIG_METHOD_AUTO       "auto"
+
#define NM_SETTING_IP4_CONFIG_METHOD_AUTO "auto"
 

IPv4 configuration should be automatically determined via a method appropriate for the hardware interface, ie DHCP or PPP or some other device-specific @@ -274,7 +326,7 @@ operation.


NM_SETTING_IP4_CONFIG_METHOD_MANUAL

-
#define NM_SETTING_IP4_CONFIG_METHOD_MANUAL     "manual"
+
#define NM_SETTING_IP4_CONFIG_METHOD_MANUAL "manual"
 

All necessary IPv4 configuration (addresses, prefix, DNS, etc) is specified in the setting's properties.

@@ -282,7 +334,7 @@ in the setting's properties.


NM_SETTING_IP4_CONFIG_METHOD_SHARED

-
#define NM_SETTING_IP4_CONFIG_METHOD_SHARED     "shared"
+
#define NM_SETTING_IP4_CONFIG_METHOD_SHARED "shared"
 

This connection specifies configuration that allows other computers to connect through it to the default network (usually the Internet). The @@ -294,7 +346,7 @@ through that interface to the default network.


NM_SETTING_IP4_CONFIG_METHOD_DISABLED

-
#define NM_SETTING_IP4_CONFIG_METHOD_DISABLED   "disabled"
+
#define NM_SETTING_IP4_CONFIG_METHOD_DISABLED "disabled"
 

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

@@ -348,6 +400,21 @@ cannot be set at the same time.

Default value: NULL

Since: 1.2

+
+
+

The “dhcp-vendor-class-identifier” property

+
  “dhcp-vendor-class-identifier” gchar *
+

The Vendor Class Identifier DHCP option (60). +Special characters in the data string may be escaped using C-style escapes, +nevertheless this property cannot contain nul bytes. +If the per-profile value is unspecified (the default), +a global connection default gets consulted. +If still unspecified, the DHCP option is not sent to the server.

+

Since 1.28

+

Owner: NMSettingIP4Config

+

Flags: Read / Write

+

Default value: NULL

+