From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/NMSettingIPConfig.html | 89 +++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMSettingIPConfig.html') diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 18c74120..9e6c8692 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -668,6 +668,22 @@ +gint32 + + +nm_ip_routing_rule_get_suppress_prefixlength () + + + + +void + + +nm_ip_routing_rule_set_suppress_prefixlength () + + + + int @@ -2986,7 +3002,7 @@ cannot be modified nor unsealed.

void
 nm_ip_routing_rule_seal (NMIPRoutingRule *self);

Seals the routing rule. Afterwards, the instance can no longer be -modfied, and it is a bug to call any of the accessors that would +modified, and it is a bug to call any of the accessors that would modify the rule. If self was already sealed, this has no effect.

@@ -3753,7 +3769,7 @@ nm_ip_routing_rule_set_iifname (The name supports C backslash escaping for non-UTF-8 characters. Note that nm_ip_routing_rule_from_string() too uses backslash escaping when tokenizing the words by whitespace. So, in string -representation you'd get double backslashs.

+representation you'd get double backslashes.

Parameters

@@ -3814,7 +3830,7 @@ nm_ip_routing_rule_set_oifname (The name supports C backslash escaping for non-UTF-8 characters. Note that nm_ip_routing_rule_from_string() too uses backslash escaping when tokenizing the words by whitespace. So, in string -representation you'd get double backslashs.

+representation you'd get double backslashes.

Parameters

@@ -3955,6 +3971,65 @@ nm_ip_routing_rule_set_table ( +

nm_ip_routing_rule_get_suppress_prefixlength ()

+
gint32
+nm_ip_routing_rule_get_suppress_prefixlength
+                               (const NMIPRoutingRule *self);
+
+

Parameters

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

self

the NMIPRoutingRule instance

 
+
+
+

Returns

+

the suppress_prefixlength of the rule. -1 means that the value is unset.

+
+

Since: 1.20

+
+
+
+

nm_ip_routing_rule_set_suppress_prefixlength ()

+
void
+nm_ip_routing_rule_set_suppress_prefixlength
+                               (NMIPRoutingRule *self,
+                                gint32 suppress_prefixlength);
+
+

Parameters

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

self

the NMIPRoutingRule instance

 

suppress_prefixlength

the suppress_prefixlength to set. The value -1 means +unset.

 
+
+

Since: 1.20

+
+
+

nm_ip_routing_rule_cmp ()

int
 nm_ip_routing_rule_cmp (const NMIPRoutingRule *rule,
@@ -6113,7 +6188,7 @@ active default route will be preferred.  Negative values have the special
 effect of excluding other configurations with a greater priority value;
 so in presence of at least a negative priority, only DNS servers from
 connections with the lowest priority value will be used.

-

When using a DNS resolver that supports split-DNS as dns=dnsmasq or +

When using a DNS resolver that supports Conditional Forwarding as dns=dnsmasq or dns=systemd-resolved, each connection is used to query domains in its search list. Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which @@ -6186,9 +6261,9 @@ successfully.

The “method” property

  “method”                   gchar *

IP configuration method.

-

NMSettingIP4Config and NMSettingIP6Config both support "auto", -"manual", and "link-local". See the subclass-specific documentation for -other values.

+

NMSettingIP4Config and NMSettingIP6Config both support "disabled", +"auto", "manual", and "link-local". See the subclass-specific +documentation for other values.

In general, for the "auto" method, properties such as “dns” and “routes” specify information that is added on to the information returned from automatic -- cgit 1.3.0-6-gf8a5