summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-11-25 22:45:32 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-12-11 10:52:23 +0100
commit7c8ce778fb183b6068f263b56d7c6ab459c163a0 (patch)
treedd635f89bc1f15d3d5ceba9b72dfe055dc790016 /libnm
parente4bdb219091004f751706aadc39e4fed21e86368 (diff)
downloadNetworkManager-7c8ce778fb183b6068f263b56d7c6ab459c163a0.tar.gz
libnm-core: add action support to NMSettingTCConfig
The actions are not too useful my themselves, but it will be possible to embed them into traffic filters in subsequent commits.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index afb89594cf..13b0ec8e67 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1307,6 +1307,16 @@ global:
nm_setting_tc_config_remove_qdisc_by_value;
nm_setting_vpn_get_data_keys;
nm_setting_vpn_get_secret_keys;
+ nm_tc_action_dup;
+ nm_tc_action_equal;
+ nm_tc_action_get_attribute;
+ nm_tc_action_get_attribute_names;
+ nm_tc_action_get_kind;
+ nm_tc_action_get_type;
+ nm_tc_action_new;
+ nm_tc_action_ref;
+ nm_tc_action_set_attribute;
+ nm_tc_action_unref;
nm_tc_qdisc_dup;
nm_tc_qdisc_equal;
nm_tc_qdisc_get_handle;