From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/libnm-util/html/NMSettingIP6Config.html | 183 ++++++++++++++------------- 1 file changed, 97 insertions(+), 86 deletions(-) (limited to 'docs/libnm-util/html/NMSettingIP6Config.html') diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index cf5bde6e..b61a7d1f 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -3,12 +3,12 @@ NMSettingIP6Config - + - + @@ -45,7 +45,7 @@ enum NMSettingIP6ConfigError; #define NM_TYPE_SETTING_IP6_CONFIG_ERROR #define NM_SETTING_IP6_CONFIG_ERROR -GQuark nm_setting_ip6_config_error_quark (void); +GQuark nm_setting_ip6_config_error_quark (void); #define NM_SETTING_IP6_CONFIG_METHOD #define NM_SETTING_IP6_CONFIG_DNS #define NM_SETTING_IP6_CONFIG_DNS_SEARCH @@ -57,6 +57,7 @@ enum NM_SETTING_IP6_CONFIG_MAY_FAIL #define NM_SETTING_IP6_CONFIG_METHOD_IGNORE #define NM_SETTING_IP6_CONFIG_METHOD_AUTO +#define NM_SETTING_IP6_CONFIG_METHOD_DHCP #define NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL #define NM_SETTING_IP6_CONFIG_METHOD_MANUAL #define NM_SETTING_IP6_CONFIG_METHOD_SHARED @@ -65,14 +66,14 @@ typedef NMIP6Address * nm_ip6_address_dup (NMIP6Address *source); void nm_ip6_address_ref (NMIP6Address *address); void nm_ip6_address_unref (NMIP6Address *address); -gboolean nm_ip6_address_compare (NMIP6Address *address, +gboolean nm_ip6_address_compare (NMIP6Address *address, NMIP6Address *other); const struct in6_addr * nm_ip6_address_get_address (NMIP6Address *address); void nm_ip6_address_set_address (NMIP6Address *address, const struct in6_addr *addr); -guint32 nm_ip6_address_get_prefix (NMIP6Address *address); +guint32 nm_ip6_address_get_prefix (NMIP6Address *address); void nm_ip6_address_set_prefix (NMIP6Address *address, - guint32 prefix); + guint32 prefix); const struct in6_addr * nm_ip6_address_get_gateway (NMIP6Address *address); void nm_ip6_address_set_gateway (NMIP6Address *address, const struct in6_addr *gw); @@ -81,79 +82,79 @@ typedef NMIP6Route * nm_ip6_route_dup (NMIP6Route *route); void nm_ip6_route_ref (NMIP6Route *route); void nm_ip6_route_unref (NMIP6Route *route); -gboolean nm_ip6_route_compare (NMIP6Route *route, +gboolean nm_ip6_route_compare (NMIP6Route *route, NMIP6Route *other); const struct in6_addr * nm_ip6_route_get_dest (NMIP6Route *route); void nm_ip6_route_set_dest (NMIP6Route *route, const struct in6_addr *dest); -guint32 nm_ip6_route_get_prefix (NMIP6Route *route); +guint32 nm_ip6_route_get_prefix (NMIP6Route *route); void nm_ip6_route_set_prefix (NMIP6Route *route, - guint32 prefix); + guint32 prefix); const struct in6_addr * nm_ip6_route_get_next_hop (NMIP6Route *route); void nm_ip6_route_set_next_hop (NMIP6Route *route, const struct in6_addr *next_hop); -guint32 nm_ip6_route_get_metric (NMIP6Route *route); +guint32 nm_ip6_route_get_metric (NMIP6Route *route); void nm_ip6_route_set_metric (NMIP6Route *route, - guint32 metric); + guint32 metric); NMSettingIP6Config; NMSettingIP6ConfigClass; -GType nm_setting_ip6_config_get_type (void); +GType nm_setting_ip6_config_get_type (void); NMSetting * nm_setting_ip6_config_new (void); const char * nm_setting_ip6_config_get_method (NMSettingIP6Config *setting); -guint32 nm_setting_ip6_config_get_num_dns (NMSettingIP6Config *setting); +guint32 nm_setting_ip6_config_get_num_dns (NMSettingIP6Config *setting); const struct in6_addr * nm_setting_ip6_config_get_dns (NMSettingIP6Config *setting, - guint32 i); -gboolean nm_setting_ip6_config_add_dns (NMSettingIP6Config *setting, + guint32 i); +gboolean nm_setting_ip6_config_add_dns (NMSettingIP6Config *setting, const struct in6_addr *dns); void nm_setting_ip6_config_remove_dns (NMSettingIP6Config *setting, - guint32 i); + guint32 i); void nm_setting_ip6_config_clear_dns (NMSettingIP6Config *setting); -guint32 nm_setting_ip6_config_get_num_dns_searches +guint32 nm_setting_ip6_config_get_num_dns_searches (NMSettingIP6Config *setting); const char * nm_setting_ip6_config_get_dns_search (NMSettingIP6Config *setting, - guint32 i); -gboolean nm_setting_ip6_config_add_dns_search + guint32 i); +gboolean nm_setting_ip6_config_add_dns_search (NMSettingIP6Config *setting, const char *dns_search); void nm_setting_ip6_config_remove_dns_search (NMSettingIP6Config *setting, - guint32 i); + guint32 i); void nm_setting_ip6_config_clear_dns_searches (NMSettingIP6Config *setting); -guint32 nm_setting_ip6_config_get_num_addresses +guint32 nm_setting_ip6_config_get_num_addresses (NMSettingIP6Config *setting); NMIP6Address * nm_setting_ip6_config_get_address (NMSettingIP6Config *setting, - guint32 i); -gboolean nm_setting_ip6_config_add_address (NMSettingIP6Config *setting, + guint32 i); +gboolean nm_setting_ip6_config_add_address (NMSettingIP6Config *setting, NMIP6Address *address); void nm_setting_ip6_config_remove_address (NMSettingIP6Config *setting, - guint32 i); + guint32 i); void nm_setting_ip6_config_clear_addresses (NMSettingIP6Config *setting); -guint32 nm_setting_ip6_config_get_num_routes +guint32 nm_setting_ip6_config_get_num_routes (NMSettingIP6Config *setting); NMIP6Route * nm_setting_ip6_config_get_route (NMSettingIP6Config *setting, - guint32 i); -gboolean nm_setting_ip6_config_add_route (NMSettingIP6Config *setting, + guint32 i); +gboolean nm_setting_ip6_config_add_route (NMSettingIP6Config *setting, NMIP6Route *route); void nm_setting_ip6_config_remove_route (NMSettingIP6Config *setting, - guint32 i); + guint32 i); void nm_setting_ip6_config_clear_routes (NMSettingIP6Config *setting); -gboolean nm_setting_ip6_config_get_ignore_auto_routes +gboolean nm_setting_ip6_config_get_ignore_auto_routes (NMSettingIP6Config *setting); -gboolean nm_setting_ip6_config_get_ignore_auto_dns +gboolean nm_setting_ip6_config_get_ignore_auto_dns (NMSettingIP6Config *setting); -gboolean nm_setting_ip6_config_get_never_default +gboolean nm_setting_ip6_config_get_never_default (NMSettingIP6Config *setting); -gboolean nm_setting_ip6_config_get_may_fail (NMSettingIP6Config *setting); +gboolean nm_setting_ip6_config_get_may_fail (NMSettingIP6Config *setting);

Object Hierarchy

-  GObject
+  GObject
    +----NMSetting
          +----NMSettingIP6Config
 
@@ -164,11 +165,11 @@ const char * addresses" GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar___* : Read / Write "dns" GPtrArray_GArray_guchar__* : Read / Write "dns-search" GSList_gchararray_* : Read / Write - "ignore-auto-dns" gboolean : Read / Write / Construct - "ignore-auto-routes" gboolean : Read / Write / Construct - "may-fail" gboolean : Read / Write / Construct - "method" gchar* : Read / Write - "never-default" gboolean : Read / Write / Construct + "ignore-auto-dns" gboolean : Read / Write / Construct + "ignore-auto-routes" gboolean : Read / Write / Construct + "may-fail" gboolean : Read / Write / Construct + "method" gchar* : Read / Write + "never-default" gboolean : Read / Write / Construct "routes" GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__* : Read / Write
@@ -219,7 +220,7 @@ const char *

nm_setting_ip6_config_error_quark ()

-
GQuark              nm_setting_ip6_config_error_quark   (void);
+
GQuark              nm_setting_ip6_config_error_quark   (void);

@@ -320,6 +321,14 @@ const char * +

NM_SETTING_IP6_CONFIG_METHOD_DHCP

+
#define NM_SETTING_IP6_CONFIG_METHOD_DHCP       "dhcp"
+
+

+

+ +

NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL

#define NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL "link-local"
@@ -421,7 +430,7 @@ const char *        
 

nm_ip6_address_compare ()

-
gboolean            nm_ip6_address_compare              (NMIP6Address *address,
+
gboolean            nm_ip6_address_compare              (NMIP6Address *address,
                                                          NMIP6Address *other);

@@ -494,7 +503,7 @@ const char *

nm_ip6_address_get_prefix ()

-
guint32             nm_ip6_address_get_prefix           (NMIP6Address *address);
+
guint32             nm_ip6_address_get_prefix           (NMIP6Address *address);

@@ -517,7 +526,7 @@ const char *

nm_ip6_address_set_prefix ()

void                nm_ip6_address_set_prefix           (NMIP6Address *address,
-                                                         guint32 prefix);
+ guint32 prefix);

@@ -659,7 +668,7 @@ const char *

nm_ip6_route_compare ()

-
gboolean            nm_ip6_route_compare                (NMIP6Route *route,
+
gboolean            nm_ip6_route_compare                (NMIP6Route *route,
                                                          NMIP6Route *other);

@@ -732,7 +741,7 @@ const char *

nm_ip6_route_get_prefix ()

-
guint32             nm_ip6_route_get_prefix             (NMIP6Route *route);
+
guint32             nm_ip6_route_get_prefix             (NMIP6Route *route);

@@ -755,7 +764,7 @@ const char *

nm_ip6_route_set_prefix ()

void                nm_ip6_route_set_prefix             (NMIP6Route *route,
-                                                         guint32 prefix);
+ guint32 prefix);

@@ -822,7 +831,7 @@ const char *

nm_ip6_route_get_metric ()

-
guint32             nm_ip6_route_get_metric             (NMIP6Route *route);
+
guint32             nm_ip6_route_get_metric             (NMIP6Route *route);

@@ -845,7 +854,7 @@ const char *

nm_ip6_route_set_metric ()

void                nm_ip6_route_set_metric             (NMIP6Route *route,
-                                                         guint32 metric);
+ guint32 metric);

@@ -890,7 +899,7 @@ const char *

nm_setting_ip6_config_get_type ()

-
GType               nm_setting_ip6_config_get_type      (void);
+
GType               nm_setting_ip6_config_get_type      (void);

@@ -942,7 +951,7 @@ const char *

nm_setting_ip6_config_get_num_dns ()

-
guint32             nm_setting_ip6_config_get_num_dns   (NMSettingIP6Config *setting);
+
guint32             nm_setting_ip6_config_get_num_dns   (NMSettingIP6Config *setting);

@@ -965,7 +974,7 @@ const char *

nm_setting_ip6_config_get_dns ()

const struct in6_addr * nm_setting_ip6_config_get_dns   (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -992,7 +1001,7 @@ const char *

nm_setting_ip6_config_add_dns ()

-
gboolean            nm_setting_ip6_config_add_dns       (NMSettingIP6Config *setting,
+
gboolean            nm_setting_ip6_config_add_dns       (NMSettingIP6Config *setting,
                                                          const struct in6_addr *dns);

@@ -1021,7 +1030,7 @@ const char *

nm_setting_ip6_config_remove_dns ()

void                nm_setting_ip6_config_remove_dns    (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1058,7 +1067,7 @@ const char *

nm_setting_ip6_config_get_num_dns_searches ()

-
guint32             nm_setting_ip6_config_get_num_dns_searches
+
guint32             nm_setting_ip6_config_get_num_dns_searches
                                                         (NMSettingIP6Config *setting);

@@ -1083,7 +1092,7 @@ const char *

nm_setting_ip6_config_get_dns_search ()

const char *        nm_setting_ip6_config_get_dns_search
                                                         (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1110,7 +1119,7 @@ const char *

nm_setting_ip6_config_add_dns_search ()

-
gboolean            nm_setting_ip6_config_add_dns_search
+
gboolean            nm_setting_ip6_config_add_dns_search
                                                         (NMSettingIP6Config *setting,
                                                          const char *dns_search);

@@ -1141,7 +1150,7 @@ const char *

nm_setting_ip6_config_remove_dns_search ()

void                nm_setting_ip6_config_remove_dns_search
                                                         (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1179,7 +1188,7 @@ const char *

nm_setting_ip6_config_get_num_addresses ()

-
guint32             nm_setting_ip6_config_get_num_addresses
+
guint32             nm_setting_ip6_config_get_num_addresses
                                                         (NMSettingIP6Config *setting);

@@ -1203,7 +1212,7 @@ const char *

nm_setting_ip6_config_get_address ()

NMIP6Address *      nm_setting_ip6_config_get_address   (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1230,7 +1239,7 @@ const char *

nm_setting_ip6_config_add_address ()

-
gboolean            nm_setting_ip6_config_add_address   (NMSettingIP6Config *setting,
+
gboolean            nm_setting_ip6_config_add_address   (NMSettingIP6Config *setting,
                                                          NMIP6Address *address);

@@ -1260,7 +1269,7 @@ const char *

nm_setting_ip6_config_remove_address ()

void                nm_setting_ip6_config_remove_address
                                                         (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1298,7 +1307,7 @@ const char *

nm_setting_ip6_config_get_num_routes ()

-
guint32             nm_setting_ip6_config_get_num_routes
+
guint32             nm_setting_ip6_config_get_num_routes
                                                         (NMSettingIP6Config *setting);

@@ -1322,7 +1331,7 @@ const char *

nm_setting_ip6_config_get_route ()

NMIP6Route *        nm_setting_ip6_config_get_route     (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1349,7 +1358,7 @@ const char *

nm_setting_ip6_config_add_route ()

-
gboolean            nm_setting_ip6_config_add_route     (NMSettingIP6Config *setting,
+
gboolean            nm_setting_ip6_config_add_route     (NMSettingIP6Config *setting,
                                                          NMIP6Route *route);

@@ -1378,7 +1387,7 @@ const char *

nm_setting_ip6_config_remove_route ()

void                nm_setting_ip6_config_remove_route  (NMSettingIP6Config *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -1415,7 +1424,7 @@ const char *

nm_setting_ip6_config_get_ignore_auto_routes ()

-
gboolean            nm_setting_ip6_config_get_ignore_auto_routes
+
gboolean            nm_setting_ip6_config_get_ignore_auto_routes
                                                         (NMSettingIP6Config *setting);

@@ -1438,7 +1447,7 @@ const char *

nm_setting_ip6_config_get_ignore_auto_dns ()

-
gboolean            nm_setting_ip6_config_get_ignore_auto_dns
+
gboolean            nm_setting_ip6_config_get_ignore_auto_dns
                                                         (NMSettingIP6Config *setting);

@@ -1461,7 +1470,7 @@ const char *

nm_setting_ip6_config_get_never_default ()

-
gboolean            nm_setting_ip6_config_get_never_default
+
gboolean            nm_setting_ip6_config_get_never_default
                                                         (NMSettingIP6Config *setting);

@@ -1484,7 +1493,7 @@ const char *

nm_setting_ip6_config_get_may_fail ()

-
gboolean            nm_setting_ip6_config_get_may_fail  (NMSettingIP6Config *setting);
+
gboolean            nm_setting_ip6_config_get_may_fail  (NMSettingIP6Config *setting);

@@ -1551,10 +1560,10 @@ as the only search domains for this connection.

The "ignore-auto-dns" property

-
  "ignore-auto-dns"          gboolean              : Read / Write / Construct
+
  "ignore-auto-dns"          gboolean              : Read / Write / Construct

-When the method is set to 'auto' and this property is set to TRUE, -automatically configured nameservers and search domains are ignored +When the method is set to 'auto' or 'dhcp' and this property is set to +TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in "dns" and "dns-search", if any, are used. @@ -1564,18 +1573,18 @@ used.


The "ignore-auto-routes" property

-
  "ignore-auto-routes"       gboolean              : Read / Write / Construct
+
  "ignore-auto-routes"       gboolean              : Read / Write / Construct

-When the method is set to 'auto' and this property is set to TRUE, -automatically configured routes are ignored and only routes specified -in "routes", if any, are used. +When the method is set to 'auto' or 'dhcp' and this property is set to +TRUE, automatically configured routes are ignored and only routes +specified in "routes", if any, are used.

Default value: FALSE


The "may-fail" property

-
  "may-fail"                 gboolean              : Read / Write / Construct
+
  "may-fail"                 gboolean              : Read / Write / Construct

If TRUE, allow overall network configuration to proceed even if IPv6 configuration times out. Note that at least one IP configuration @@ -1589,23 +1598,25 @@ but IPv4 configuration completes successfully.


The "method" property

-
  "method"                   gchar*                : Read / Write
+
  "method"                   gchar*                : Read / Write

IPv6 configuration method. If 'auto' is specified then the appropriate -automatic method (DHCP, PPP, router advertisement, etc) is used for the -interface and most other properties can be left unset. If 'link-local' -is specified, then an IPv6 link-local address will be assigned to the -interface. If 'manual' is specified, static IP addressing is used and -at least one IP address must be given in the 'addresses' property. If -'ignored' is specified, IPv6 configuration is not done. This property -must be set. NOTE: the 'shared' method are not yet supported. +automatic method (DHCP, PPP, advertisement, etc) is used for the +interface and most other properties can be left unset. To force the use +of DHCP only, specify 'dhcp'; this method is only valid for ethernet- +based hardware. If 'link-local' is specified, then an IPv6 link-local +address will be assigned to the interface. If 'manual' is specified, +static IP addressing is used and at least one IP address must be given +in the 'addresses' property. If 'ignored' is specified, IPv6 +configuration is not done. This property must be set. NOTE: the 'shared' +method are not yet supported.

Default value: NULL


The "never-default" property

-
  "never-default"            gboolean              : Read / Write / Construct
+
  "never-default"            gboolean              : Read / Write / Construct

If TRUE, this connection will never be the default IPv6 connection, meaning it will never be assigned the default IPv6 route by NetworkManager. @@ -1631,6 +1642,6 @@ automatic configuration. Routes cannot be used with the 'shared' or

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