summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-08-27 19:57:24 +0200
committerThomas Haller <thaller@redhat.com>2014-11-07 15:19:06 +0100
commitce7fc351dbfca50eaf231779697fcdf4d7a2d04a (patch)
tree015c550841c4eaf3aba23aa9c914a524fed08ad1 /libnm
parent627ad6f8056137244c6671eb18670ee227acb788 (diff)
downloadNetworkManager-ce7fc351dbfca50eaf231779697fcdf4d7a2d04a.tar.gz
libnm: add NMSettingIPConfig:route-metric
https://bugzilla.gnome.org/show_bug.cgi?id=735512 https://bugzilla.redhat.com/show_bug.cgi?id=663730 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 8d9ca07834..baf83ca548 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -572,6 +572,7 @@ global:
nm_setting_ip_config_get_num_dns_searches;
nm_setting_ip_config_get_num_routes;
nm_setting_ip_config_get_route;
+ nm_setting_ip_config_get_route_metric;
nm_setting_ip_config_get_type;
nm_setting_ip_config_remove_address;
nm_setting_ip_config_remove_address_by_value;