summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authord0u9 <d0u9.su@outlook.com>2018-03-23 21:21:11 +0800
committerThomas Haller <thaller@redhat.com>2018-06-25 14:39:41 +0200
commitddfc36f46e2d1581e2b08bbe167644bd8b1f1571 (patch)
treeed21ede97a53822c1086701c3d79b59adc7018a6 /libnl-route-3.sym
parent3ebb0ea66b165d061c287164ca4514c13f8b2772 (diff)
downloadlibnl-ddfc36f46e2d1581e2b08bbe167644bd8b1f1571.tar.gz
Add support for cloning cgroup filter object.
In this commit, we implement ematch_tree_clone(), which is basis of cgroup_clone() interface. The whole ematch tree is deep-copied except the e_ops filed. Also, a new unit test is added for testing the interface, which named as check-ematch-tree-clone.c located in tests directory. https://github.com/thom311/libnl/pull/176
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 159a3fd1..c76cbf86 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1065,6 +1065,7 @@ libnl_3_5 {
global:
rtnl_class_get_by_parent;
rtnl_cls_cache_set_tc_params;
+ rtnl_ematch_tree_clone;
rtnl_netem_set_delay_distribution_data;
rtnl_link_is_geneve;
rtnl_link_geneve_alloc;