aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-21 18:28:46 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-21 18:46:54 +0200
commitc15525a1b3c2006e614f75a372f374176f576c23 (patch)
tree248a93b55a4490d8fc544d89bb1321e2920265c0
parent39b497c3e758c8be6974ea0ae9a4e64cb5151c34 (diff)
libmm-common: default is to request IPv4
-rw-r--r--libmm-common/mm-bearer-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-common/mm-bearer-properties.c b/libmm-common/mm-bearer-properties.c
index 8eb665c9..cb660fe4 100644
--- a/libmm-common/mm-bearer-properties.c
+++ b/libmm-common/mm-bearer-properties.c
@@ -479,7 +479,7 @@ mm_bearer_properties_init (MMBearerProperties *self)
* even better approach would likely be to query which PDP types the
* modem supports (using AT+CGDCONT=?), and set the default accordingly
*/
- self->priv->ip_type = g_strdup ("IP");
+ self->priv->ip_type = g_strdup ("IPV4");
}
static void