diff options
| author | Michael Biebl <biebl@debian.org> | 2020-05-08 21:40:53 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-05-08 21:40:53 +0200 |
| commit | d460892bbfece74fb6d3cd846bf6ef548290be41 (patch) | |
| tree | 0474e5be0b5e5fac0d2f3a1e554382e8d1aa6397 /docs/libnm/html/NMSettingIPConfig.html | |
| parent | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (diff) | |
New upstream version 1.24.0 upstream/1.24.0
Diffstat (limited to 'docs/libnm/html/NMSettingIPConfig.html')
| -rw-r--r-- | docs/libnm/html/NMSettingIPConfig.html | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 241e6264..6e6a1a41 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> <link rel="next" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"> -<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1485,6 +1485,14 @@ addressing, routing, and name service properties</p> <td class="function_name"><a class="link" href="NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-USE-VC:CAPS" title="NM_SETTING_DNS_OPTION_USE_VC">NM_SETTING_DNS_OPTION_USE_VC</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-NO-RELOAD:CAPS" title="NM_SETTING_DNS_OPTION_NO_RELOAD">NM_SETTING_DNS_OPTION_NO_RELOAD</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-TRUST-AD:CAPS" title="NM_SETTING_DNS_OPTION_TRUST_AD">NM_SETTING_DNS_OPTION_TRUST_AD</a></td> +</tr> +<tr> <td class="datatype_keyword"> </td> <td class="function_name"><a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig-struct" title="NMSettingIPConfig">NMSettingIPConfig</a></td> </tr> @@ -6302,6 +6310,18 @@ rule verfies or fail.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-DNS-OPTION-NO-RELOAD:CAPS"></a><h3>NM_SETTING_DNS_OPTION_NO_RELOAD</h3> +<pre class="programlisting">#define NM_SETTING_DNS_OPTION_NO_RELOAD "no-reload" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-DNS-OPTION-TRUST-AD:CAPS"></a><h3>NM_SETTING_DNS_OPTION_TRUST_AD</h3> +<pre class="programlisting">#define NM_SETTING_DNS_OPTION_TRUST_AD "trust-ad" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMSettingIPConfig-struct"></a><h3>NMSettingIPConfig</h3> <pre class="programlisting">typedef struct _NMSettingIPConfig NMSettingIPConfig;</pre> </div> @@ -6503,6 +6523,13 @@ timeout is used (usually 45 seconds).</p> <p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.</p> +<p>The currently supported options are "attempts", "debug", "edns0", +"inet6", "ip6-bytestring", "ip6-dotint", "ndots", "no-check-names", +"no-ip6-dotint", "no-reload", "no-tld-query", "rotate", "single-request", +"single-request-reopen", "timeout", "trust-ad", "use-vc".</p> +<p>The "trust-ad" setting is only honored if the profile contributes +name servers to resolv.conf, and if all contributing profiles have +"trust-ad" enabled.</p> <p>Owner: NMSettingIPConfig</p> <p>Flags: Read / Write</p> <p class="since">Since: 1.2</p> @@ -6559,6 +6586,11 @@ to complete unqualified host names.</p> <pre class="programlisting"> “gateway” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The gateway associated with this configuration. This is only meaningful if <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--addresses" title="The “addresses” property"><span class="type">“addresses”</span></a> is also set.</p> +<p>The gateway's main purpose is to control the next hop of the standard default route on the device. +Hence, the gateway property conflicts with <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> and will be +automatically dropped if the IP configuration is set to never-default.</p> +<p>As an alternative to set the gateway, configure a static default route with /0 as prefix +length.</p> <p>Owner: NMSettingIPConfig</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> @@ -6692,6 +6724,6 @@ of NetworkManager.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.32.1</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file |