aboutsummaryrefslogtreecommitdiff
path: root/include/ModemManager-enums.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-06-13 14:57:08 -0500
committerDan Williams <dcbw@redhat.com>2014-06-13 14:57:08 -0500
commit6e490944d07061ca15837963552d023807958feb (patch)
tree70661775ab5381c240fb016eedb91fd602374881 /include/ModemManager-enums.h
parentff4e45791ddac7086c6b45b9b732c67d54dc6c1a (diff)
parent02f9b926cd5776835bcd7c2b77c452e2ff8169d9 (diff)
merge: fix IPv6 support and operation
Notable changes include reporting all available IP configruation information in the bearer IP details, even if the method is DHCP, in which case the client should apply the given configuration and then proceed with DHCP/PPP/SLAAC/etc addressing mechanisms. QMI, MBIM, and some other plugins have been switched to the "STATIC" configuration method from DHCP when the firmware supplies all the necessary details.
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r--include/ModemManager-enums.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index ee09ddc0..5ff799f0 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -849,8 +849,12 @@ typedef enum { /*< underscore_name=mm_modem_contacts_storage >*/
* MMBearerIpMethod:
* @MM_BEARER_IP_METHOD_UNKNOWN: Unknown method.
* @MM_BEARER_IP_METHOD_PPP: Use PPP to get the address.
- * @MM_BEARER_IP_METHOD_STATIC: Use the provided static IP configuration given by the modem to configure the IP data interface.
- * @MM_BEARER_IP_METHOD_DHCP: Begin DHCP on the data interface to obtain necessary IP configuration details.
+ * @MM_BEARER_IP_METHOD_STATIC: Use the provided static IP configuration given
+ * by the modem to configure the IP data interface.
+ * @MM_BEARER_IP_METHOD_DHCP: Begin DHCP or IPv6 SLAAC on the data interface to
+ * obtain necessary IP configuration details. For IPv4 bearers DHCP should
+ * be used. For IPv6 bearers SLAAC should be used to determine the prefix and
+ * any additional details.
*
* Type of IP method configuration to be used in a given Bearer.
*/