summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-05-25 12:05:24 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-07-11 16:16:22 +0200
commita9b4532fa77d75f2dd40cbbd2a5184df6ec0d387 (patch)
tree79f09f47a61403d671df1cab07b62cdad4184ee3 /libnm
parentd6483592b8a69b8f5e78e455f40b75b912037f34 (diff)
downloadNetworkManager-a9b4532fa77d75f2dd40cbbd2a5184df6ec0d387.tar.gz
libnm-core: add SR-IOV setting
Add a setting containing SR-IOV parameters.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/NetworkManager.h1
-rw-r--r--libnm/libnm.ver31
2 files changed, 32 insertions, 0 deletions
diff --git a/libnm/NetworkManager.h b/libnm/NetworkManager.h
index 73186f74ea..9cecef3acb 100644
--- a/libnm/NetworkManager.h
+++ b/libnm/NetworkManager.h
@@ -89,6 +89,7 @@
#include "nm-setting-pppoe.h"
#include "nm-setting-proxy.h"
#include "nm-setting-serial.h"
+#include "nm-setting-sriov.h"
#include "nm-setting-tc-config.h"
#include "nm-setting-team.h"
#include "nm-setting-team-port.h"
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 89a9d0da62..d10bf54191 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1381,10 +1381,41 @@ libnm_1_12_2 {
libnm_1_14_0 {
global:
nm_connection_get_setting_6lowpan;
+ nm_connection_get_setting_sriov;
nm_connection_get_setting_wpan;
nm_device_6lowpan_get_type;
nm_device_wpan_get_type;
nm_setting_6lowpan_get_type;
+ nm_setting_sriov_add_vf;
+ nm_setting_sriov_clear_vfs;
+ nm_setting_sriov_get_autoprobe_drivers;
+ nm_setting_sriov_get_num_vfs;
+ nm_setting_sriov_get_total_vfs;
+ nm_setting_sriov_get_type;
+ nm_setting_sriov_get_vf;
+ nm_setting_sriov_new;
+ nm_setting_sriov_remove_vf;
+ nm_setting_sriov_remove_vf_by_index;
nm_setting_wpan_get_type;
+ nm_sriov_vf_add_vlan;
+ nm_sriov_vf_dup;
+ nm_sriov_vf_equal;
+ nm_sriov_vf_get_attribute;
+ nm_sriov_vf_get_attribute_names;
+ nm_sriov_vf_get_index;
+ nm_sriov_vf_get_type;
+ nm_sriov_vf_get_vlan_ids;
+ nm_sriov_vf_get_vlan_protocol;
+ nm_sriov_vf_get_vlan_qos;
+ nm_sriov_vf_new;
+ nm_sriov_vf_ref;
+ nm_sriov_vf_remove_vlan;
+ nm_sriov_vf_set_attribute;
+ nm_sriov_vf_set_vlan_protocol;
+ nm_sriov_vf_set_vlan_qos;
+ nm_sriov_vf_unref;
+ nm_sriov_vf_vlan_protocol_get_type;
nm_ternary_get_type;
+ nm_utils_sriov_vf_from_str;
+ nm_utils_sriov_vf_to_str;
} libnm_1_12_0;