diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html index b369e2ab..fba5de80 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html @@ -84,7 +84,9 @@ PropertiesChanged (a{sv} properties); <pre class="programlisting"> Addresses readable a(ayuay) </pre> -<p>Array of tuples of IPv6 address/prefix/gateway. Deprecated: use AddressData and Gateway.</p> +<p> Array of tuples of IPv6 address/prefix/gateway. Deprecated: use + AddressData and Gateway. +</p> </div> <hr> <div class="refsect2"> @@ -92,7 +94,10 @@ Addresses readable a(ayuay) <pre class="programlisting"> AddressData readable aa{sv} </pre> -<p>Array of IP address data objects. All addresses will include "address" (an IP address string), and "prefix" (a uint). Some addresses may include additional attributes.</p> +<p> Array of IP address data objects. All addresses will include "address" (an + IP address string), and "prefix" (a uint). Some addresses may include + additional attributes. +</p> </div> <hr> <div class="refsect2"> @@ -100,7 +105,8 @@ AddressData readable aa{sv} <pre class="programlisting"> Gateway readable s </pre> -<p>The gateway in use.</p> +<p> The gateway in use. +</p> </div> <hr> <div class="refsect2"> @@ -108,7 +114,8 @@ Gateway readable s <pre class="programlisting"> Routes readable a(ayuayu) </pre> -<p>Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData</p> +<p> Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData +</p> </div> <hr> <div class="refsect2"> @@ -116,7 +123,10 @@ Routes readable a(ayuayu) <pre class="programlisting"> RouteData readable aa{sv} </pre> -<p>Array of IP route data objects. All routes will include "dest" (an IP address string) and "prefix" (a uint). Some routes may include "next-hop" (an IP address string), "metric" (a uint), and additional attributes.</p> +<p> Array of IP route data objects. All routes will include "dest" (an IP + address string) and "prefix" (a uint). Some routes may include "next-hop" + (an IP address string), "metric" (a uint), and additional attributes. +</p> </div> <hr> <div class="refsect2"> @@ -124,7 +134,8 @@ RouteData readable aa{sv} <pre class="programlisting"> Nameservers readable aay </pre> -<p>The nameservers in use.</p> +<p> The nameservers in use. +</p> </div> <hr> <div class="refsect2"> @@ -132,7 +143,8 @@ Nameservers readable aay <pre class="programlisting"> Domains readable as </pre> -<p>A list of domains this address belongs to.</p> +<p> A list of domains this address belongs to. +</p> </div> <hr> <div class="refsect2"> @@ -140,7 +152,8 @@ Domains readable as <pre class="programlisting"> Searches readable as </pre> -<p>A list of dns searches.</p> +<p> A list of dns searches. +</p> </div> <hr> <div class="refsect2"> @@ -148,7 +161,9 @@ Searches readable as <pre class="programlisting"> DnsOptions readable as </pre> -<p>A list of DNS options that modify the behavior of the DNS resolver. See resolv.conf(5) manual page for the list of supported options.</p> +<p> A list of DNS options that modify the behavior of the DNS resolver. See + resolv.conf(5) manual page for the list of supported options. +</p> </div> </div> </div> |