core: remove redundant sysctl utilities

NMDevice was still using the old sysctl functions from
NetworkManagerUtils rather than the new NMPlatform ones. Fix it, and
remove the old functions.
This commit is contained in:
Dan Winship
2013-11-08 08:49:06 -05:00
parent 1981323b19
commit 7bc7da83ec
6 changed files with 43 additions and 142 deletions

View File

@@ -70,18 +70,6 @@ void value_hash_add_object_property (GHashTable *hash,
const char *prop,
GType val_type);
gboolean nm_utils_do_sysctl (const char *path, const char *value);
gboolean nm_utils_get_proc_sys_net_value (const char *path,
const char *iface,
gint32 *out_value);
gboolean nm_utils_get_proc_sys_net_value_with_bounds (const char *path,
const char *iface,
gint32 *out_value,
gint32 valid_min,
gint32 valid_max);
void nm_utils_normalize_connection (NMConnection *connection,
gboolean default_enable_ipv6);
const char *nm_utils_get_ip_config_method (NMConnection *connection,