aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2020-11-30 09:25:10 -0800
committerEric Caruso <ejcaruso@chromium.org>2020-11-30 09:25:10 -0800
commit446d497040f5e71a1d6a842b82cdab07ef54a0fa (patch)
tree88609b0c8c0e36eb6eefeb5f8760b45e10302b24
parent756894bc7682250821c3b80e96fea66d73a3e837 (diff)
introspection: fix Bearer documentation
If e.g. a bearer with IPv6 configuration has DNS servers but exports its link-local address, MM will avoid giving it the "static" method type, and instead fall back to the "dhcp" type. However, it may still have DNS information. Therefore, the comment that "method" is the only property on configuration with type DHCP is misleading.
-rw-r--r--introspection/org.freedesktop.ModemManager1.Bearer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml
index a07ee057..fb008797 100644
--- a/introspection/org.freedesktop.ModemManager1.Bearer.xml
+++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml
@@ -120,7 +120,7 @@
</variablelist>
If the bearer specifies configuration via PPP or DHCP, only the
- <literal>"method"</literal> item will be present.
+ <literal>"method"</literal> item is guaranteed to be present.
Additional items which are only applicable when using the
<link linkend="MM-BEARER-IP-METHOD-STATIC:CAPS">MM_BEARER_IP_METHOD_STATIC</link>