diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-12 19:21:11 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-12 19:21:11 +0200 |
| commit | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (patch) | |
| tree | a77a0617213a5183a4de43824e3fbae9779e9b8e /docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml | |
| parent | f7c750061dab327e638c0129cfafd5b2215b3a2e (diff) | |
New upstream version 1.38.4 upstream/1.38.4
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml b/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml index aebdc684..00074df2 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.IP6Config.xml @@ -22,7 +22,9 @@ </refsect1> <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-IP6Config"> <title role="desc.title">Description</title> - <para></para> + <para> +</para><para> +</para> </refsect1> <refsect1 role="details" id="gdbus-properties-org.freedesktop.NetworkManager.IP6Config"> <title role="details.title">Property Details</title> @@ -32,8 +34,9 @@ <programlisting> Addresses readable a(ayuay) </programlisting> -<para> Array of tuples of IPv6 address/prefix/gateway. Deprecated: use - AddressData and Gateway. +<para> +Array of tuples of IPv6 address/prefix/gateway. Deprecated: use +AddressData and Gateway. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.AddressData"> @@ -42,9 +45,10 @@ Addresses readable a(ayuay) <programlisting> AddressData readable aa{sv} </programlisting> -<para> 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. +<para> +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. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Gateway"> @@ -53,7 +57,8 @@ AddressData readable aa{sv} <programlisting> Gateway readable s </programlisting> -<para> The gateway in use. +<para> +The gateway in use. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Routes"> @@ -62,7 +67,8 @@ Gateway readable s <programlisting> Routes readable a(ayuayu) </programlisting> -<para> Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData +<para> +Tuples of IPv6 route/prefix/next-hop/metric. Deprecated: use RouteData </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.RouteData"> @@ -71,9 +77,10 @@ Routes readable a(ayuayu) <programlisting> RouteData readable aa{sv} </programlisting> -<para> 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. +<para> +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. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Nameservers"> @@ -82,7 +89,8 @@ RouteData readable aa{sv} <programlisting> Nameservers readable aay </programlisting> -<para> The nameservers in use. +<para> +The nameservers in use. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Domains"> @@ -91,7 +99,8 @@ Nameservers readable aay <programlisting> Domains readable as </programlisting> -<para> A list of domains this address belongs to. +<para> +A list of domains this address belongs to. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Searches"> @@ -100,7 +109,8 @@ Domains readable as <programlisting> Searches readable as </programlisting> -<para> A list of dns searches. +<para> +A list of dns searches. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsOptions"> @@ -109,8 +119,9 @@ Searches readable as <programlisting> DnsOptions readable as </programlisting> -<para> 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. +<para> +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. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsPriority"> @@ -119,7 +130,8 @@ DnsOptions readable as <programlisting> DnsPriority readable i </programlisting> -<para> The relative priority of DNS servers. +<para> +The relative priority of DNS servers. </para> </refsect2> </refsect1> |