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/NMSettingIP6Config.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/libnm/html/NMSettingIP6Config.html') diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 67b88e29..2e96cc91 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -427,7 +427,7 @@ timeout for router advertisements in seconds.


NM_SETTING_IP6_CONFIG_METHOD_IGNORE

-
#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE     "ignore"
+
#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore"
 

IPv6 is not required or is handled by some other mechanism, and NetworkManager should not configure IPv6 for this connection.

@@ -435,7 +435,7 @@ should not configure IPv6 for this connection.


NM_SETTING_IP6_CONFIG_METHOD_AUTO

-
#define NM_SETTING_IP6_CONFIG_METHOD_AUTO       "auto"
+
#define NM_SETTING_IP6_CONFIG_METHOD_AUTO "auto"
 

IPv6 configuration should be automatically determined via a method appropriate for the hardware interface, ie router advertisements, DHCP, or PPP or some @@ -444,7 +444,7 @@ other device-specific manner.


NM_SETTING_IP6_CONFIG_METHOD_DHCP

-
#define NM_SETTING_IP6_CONFIG_METHOD_DHCP       "dhcp"
+
#define NM_SETTING_IP6_CONFIG_METHOD_DHCP "dhcp"
 

IPv6 configuration should be automatically determined via DHCPv6 only and router advertisements should be ignored.

@@ -460,7 +460,7 @@ operation.


NM_SETTING_IP6_CONFIG_METHOD_MANUAL

-
#define NM_SETTING_IP6_CONFIG_METHOD_MANUAL     "manual"
+
#define NM_SETTING_IP6_CONFIG_METHOD_MANUAL "manual"
 

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

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


NM_SETTING_IP6_CONFIG_METHOD_SHARED

-
#define NM_SETTING_IP6_CONFIG_METHOD_SHARED     "shared"
+
#define NM_SETTING_IP6_CONFIG_METHOD_SHARED "shared"
 

This connection specifies configuration that allows other computers to connect through it to the default network (usually the Internet). The @@ -481,7 +481,7 @@ supported for IPv6)


NM_SETTING_IP6_CONFIG_METHOD_DISABLED

-
#define NM_SETTING_IP6_CONFIG_METHOD_DISABLED   "disabled"
+
#define NM_SETTING_IP6_CONFIG_METHOD_DISABLED "disabled"
 

IPv6 is disabled for the connection.

Since: 1.20

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingIP6Config.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/libnm/html/NMSettingIP6Config.html') diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 2e96cc91..95fa1a7f 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ - + @@ -100,13 +100,13 @@ -gint +int addr-gen-mode Read / Write -gchar * +char * dhcp-duid Read / Write @@ -116,13 +116,13 @@ Read / Write -gint +int ra-timeout Read / Write -gchar * +char * token Read / Write @@ -243,7 +243,7 @@ nm_setting_ip6_config_new (void

Returns

the new empty NMSettingIP6Config object.

-

[transfer full]

+

[transfer full]


@@ -582,7 +582,7 @@ specified by RFC7217.

Property Details

The “addr-gen-mode” property

-
  “addr-gen-mode”            gint
+
  “addr-gen-mode”            int

Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 or @@ -613,7 +613,7 @@ temporary addresses configured with this option.


The “dhcp-duid” property

-
  “dhcp-duid”                gchar *
+
  “dhcp-duid”                char *

A string containing the DHCPv6 Unique Identifier (DUID) used by the dhcp client to identify itself to DHCPv6 servers (RFC 3315). The DUID is carried in the Client Identifier option. @@ -669,7 +669,7 @@ setting as another way of avoiding host tracking with IPv6 addresses.


The “ra-timeout” property

-
  “ra-timeout”               gint
+
  “ra-timeout”               int

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.

@@ -683,7 +683,7 @@ sysctl settings of the device.


The “token” property

-
  “token”                    gchar *
+
  “token”                    char *

Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.

Owner: NMSettingIP6Config

@@ -694,6 +694,6 @@ IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.

+
Generated by GTK-Doc V1.33.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5