diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
| commit | 38ca7ae9c3556e9a5b50ee15015ea194e6ca8da1 (patch) | |
| tree | 99f19f118f550362c3288e7b82a7aab3a75c8d64 /docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html | |
| parent | c2473cb3f165975f2899ccef11f036c9762a8aa3 (diff) | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
Merge tag 'debian/1.38.4-1' into debian/bullseye-backports
network-manager Debian release 1.38.4-1
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html index 27f0d7b4..7b5e167e 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html @@ -49,7 +49,10 @@ </div> <div class="refsect1"> <a name="gdbus-interface-org-freedesktop-NetworkManager-IP6Config"></a><h2>Description</h2> -<p></p> +<p> +</p> +<p> +</p> </div> <div class="refsect1"> <a name="gdbus-properties-org.freedesktop.NetworkManager.IP6Config"></a><h2>Property Details</h2> @@ -58,8 +61,9 @@ <pre class="programlisting"> Addresses readable a(ayuay) </pre> -<p> Array of tuples of IPv6 address/prefix/gateway. Deprecated: use - AddressData and Gateway. +<p> +Array of tuples of IPv6 address/prefix/gateway. Deprecated: use +AddressData and Gateway. </p> </div> <hr> @@ -68,9 +72,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> +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> @@ -79,7 +84,8 @@ AddressData readable aa{sv} <pre class="programlisting"> Gateway readable s </pre> -<p> The gateway in use. +<p> +The gateway in use. </p> </div> <hr> @@ -88,7 +94,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> +Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData </p> </div> <hr> @@ -97,9 +104,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> +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> @@ -108,7 +116,8 @@ RouteData readable aa{sv} <pre class="programlisting"> Nameservers readable aay </pre> -<p> The nameservers in use. +<p> +The nameservers in use. </p> </div> <hr> @@ -117,7 +126,8 @@ Nameservers readable aay <pre class="programlisting"> Domains readable as </pre> -<p> A list of domains this address belongs to. +<p> +A list of domains this address belongs to. </p> </div> <hr> @@ -126,7 +136,8 @@ Domains readable as <pre class="programlisting"> Searches readable as </pre> -<p> A list of dns searches. +<p> +A list of dns searches. </p> </div> <hr> @@ -135,8 +146,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> +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> <hr> @@ -145,7 +157,8 @@ DnsOptions readable as <pre class="programlisting"> DnsPriority readable i </pre> -<p> The relative priority of DNS servers. +<p> +The relative priority of DNS servers. </p> </div> </div> |