Skip to content

introspection: fix Bearer documentation

Eric Caruso requested to merge ejcaruso/ModemManager:fix-docs into master

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.

Merge request reports