summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-device-modem.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-12-13 11:34:39 +0100
committerThomas Haller <thaller@redhat.com>2018-12-19 09:03:43 +0100
commit395374cfbebf877d19b06fae13c35ebb74c07b4f (patch)
tree8364234d60d9f6365fcf19a8b1fc67665082735a /src/devices/wwan/nm-device-modem.c
parentd27fa362722e9ccfdc29aae49b098bece0e4ca00 (diff)
downloadNetworkManager-395374cfbebf877d19b06fae13c35ebb74c07b4f.tar.gz
device/trivial: rename device's sysctl function
These functions call platform's sysctl getter and setters. Note that the called platform functions are called nm_platform_sysctl_get() and nm_platform_sysctl_set(). Also, in this case they use the ip-conf path via nm_utils_sysctl_ip_conf_path(). Also, next we will add API nm_platform_sysctl_ip_conf_get() and nm_platform_sysctl_ip_conf_set(), which will be wrappers around nm_platform_sysctl_get() and nm_platform_sysctl_set(), using the ip-conf paths as well. Rename the device functions, to be more similar to the existing and future naming in platform.
Diffstat (limited to 'src/devices/wwan/nm-device-modem.c')
-rw-r--r--src/devices/wwan/nm-device-modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/wwan/nm-device-modem.c b/src/devices/wwan/nm-device-modem.c
index ae606009e4..bd9ee3bb8e 100644
--- a/src/devices/wwan/nm-device-modem.c
+++ b/src/devices/wwan/nm-device-modem.c
@@ -244,7 +244,7 @@ modem_ip6_config_result (NMModem *modem,
}
/* Re-enable IPv6 on the interface */
- nm_device_ip_sysctl_set (device, AF_INET6, "disable_ipv6", "0");
+ nm_device_sysctl_ip_conf_set (device, AF_INET6, "disable_ipv6", "0");
if (config)
nm_device_set_wwan_ip6_config (device, config);
@@ -303,7 +303,7 @@ ip_ifindex_changed_cb (NMModem *modem, GParamSpec *pspec, gpointer user_data)
* internally, and leaving it enabled could allow the kernel's IPv6
* RA handling code to run before NM is ready.
*/
- nm_device_ip_sysctl_set (device, AF_INET6, "disable_ipv6", "1");
+ nm_device_sysctl_ip_conf_set (device, AF_INET6, "disable_ipv6", "1");
}
static void