summaryrefslogtreecommitdiff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-09-01 14:06:00 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-01 17:39:40 +0100
commitae8c7a8967c6f91aeeea75a37cd3d14bf0edb67d (patch)
tree5d1f2002b7d6af2bd54401ed19b146626e2c4246 /libnm/libnm.ver
parent13a981fc389eb7622df8d3b7015c4fff954c60bc (diff)
downloadNetworkManager-ae8c7a8967c6f91aeeea75a37cd3d14bf0edb67d.tar.gz
libnm-core: add NMSettingIPTunnel
Add a generic NMSettingTunnel which describes properties of tunnels over IPv4 and IPv6 (GRE, SIT, IPIP, IPIP6, IP6GRE, etc.). Since those tunnel types all have similar properties it makes sense to have a single setting type for them.
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver13
1 files changed, 13 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 81321f7af6..f5150d7277 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -858,6 +858,7 @@ libnm_1_0_6 {
libnm_1_2_0 {
global:
nm_access_point_get_last_seen;
+ nm_connection_get_setting_ip_tunnel;
nm_connection_verify_secrets;
nm_device_ethernet_get_s390_subchannels;
nm_device_get_lldp_neighbors;
@@ -874,6 +875,7 @@ global:
nm_device_tun_get_vnet_hdr;
nm_device_wifi_request_scan_options;
nm_device_wifi_request_scan_options_async;
+ nm_ip_tunnel_mode_get_type;
nm_lldp_neighbor_get_attr_names;
nm_lldp_neighbor_get_attr_string_value;
nm_lldp_neighbor_get_attr_type;
@@ -904,6 +906,17 @@ global:
nm_setting_ip_config_has_dns_options;
nm_setting_ip_config_remove_dns_option;
nm_setting_ip_config_remove_dns_option_by_value;
+ nm_setting_ip_tunnel_get_input_key;
+ nm_setting_ip_tunnel_get_local;
+ nm_setting_ip_tunnel_get_mode;
+ nm_setting_ip_tunnel_get_output_key;
+ nm_setting_ip_tunnel_get_parent;
+ nm_setting_ip_tunnel_get_path_mtu_discovery;
+ nm_setting_ip_tunnel_get_remote;
+ nm_setting_ip_tunnel_get_tos;
+ nm_setting_ip_tunnel_get_type;
+ nm_setting_ip_tunnel_get_ttl;
+ nm_setting_ip_tunnel_new;
nm_setting_mac_randomization_get_type;
nm_setting_tun_get_group;
nm_setting_tun_get_mode;