diff options
author | Thomas Haller <thaller@redhat.com> | 2017-09-28 19:24:29 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-10-06 11:08:39 +0200 |
commit | ac1def5325c8d5432ea33ecc21da58dc293b0011 (patch) | |
tree | abbf31795fcca5b3e4e5800281db285ec39e5264 /src/devices/wwan/nm-modem-ofono.c | |
parent | f0996d0eb82254ea794cf9607e4a9b4e2dc3d029 (diff) | |
download | NetworkManager-ac1def5325c8d5432ea33ecc21da58dc293b0011.tar.gz |
wwan: add FIXME comment about broken ofono support
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 41b77e91d0..841fefc262 100644 --- a/src/devices/wwan/nm-modem-ofono.c +++ b/src/devices/wwan/nm-modem-ofono.c @@ -907,6 +907,9 @@ context_property_changed (GDBusProxy *proxy, * 'Interface'. * * This needs discussion with upstream. + * + * FIXME: it is no longer allowed to omit the ifindex for NMIP4Config instances. + * This is broken. */ priv->ip4_config = nm_ip4_config_new (nm_platform_get_multi_idx (NM_PLATFORM_GET), 0); |