diff options
Diffstat (limited to 'src/devices/wwan/nm-modem-ofono.c')
-rw-r--r-- | src/devices/wwan/nm-modem-ofono.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/wwan/nm-modem-ofono.c b/src/devices/wwan/nm-modem-ofono.c index 095f71bccc..a689550cf2 100644 --- a/src/devices/wwan/nm-modem-ofono.c +++ b/src/devices/wwan/nm-modem-ofono.c @@ -988,6 +988,9 @@ context_property_changed (GDBusProxy *proxy, .metric = 1, }; + /* FIXME: does not handle ipv4.route-table setting and always adds the + * route to RT_TABLE_MAIN table. */ + nm_ip4_config_add_route (priv->ip4_config, &mms_route, NULL); } else { _LOGW ("invalid MessageProxy: %s", s); |