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.
This commit is contained in:
Eric Caruso
2020-11-30 09:25:10 -08:00
parent 756894bc76
commit 446d497040

View File

@@ -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>