From cfb80376641fa49137b9996130352697e7f8b436 Mon Sep 17 00:00:00 2001
From: Sebastien Bacher
NMSettingIP6Config has few properties or methods of its own; it inherits almost everything from NMSettingIPConfig.
-NetworkManager supports 7 values for the “method” property +
NetworkManager supports 7 values for the “method” property
for IPv6. If "auto" is specified then the appropriate automatic method (PPP,
router advertisement, etc) is used for the device and most other properties
can be left unset. To force the use of DHCP only, specify "dhcp"; this
@@ -195,7 +195,7 @@ nm_setting_ip6_config_new ( Returns the value contained in the “ip6-privacy”
+ Returns the value contained in the “ip6-privacy”
property. Returns the value contained in the “addr-gen-mode”
+ Returns the value contained in the “addr-gen-mode”
property. Returns the value contained in the “token”
+ Returns the value contained in the “token”
property. Returns the value contained in the “dhcp-duid”
+ Returns the value contained in the “dhcp-duid”
property.void
@@ -203,7 +203,7 @@ nm_setting_ip6_config_new (void
nm_setting_ip6_config_get_ip6_privacy ()
NMSettingIP6ConfigPrivacy
nm_setting_ip6_config_get_ip6_privacy (
-NMSettingIP6Config *setting);Parameters
@@ -231,7 +231,7 @@ property.
NMSettingIP6ConfigAddrGenMode
nm_setting_ip6_config_get_addr_gen_mode
(
-NMSettingIP6Config *setting);Parameters
@@ -259,7 +259,7 @@ property.
nm_setting_ip6_config_get_token ()
const char *
nm_setting_ip6_config_get_token (
-NMSettingIP6Config *setting);Parameters
@@ -287,7 +287,7 @@ property.
nm_setting_ip6_config_get_dhcp_duid ()
const char *
nm_setting_ip6_config_get_dhcp_duid (
-NMSettingIP6Config *setting);
Generated by GTK-Doc V1.33.0