summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authord0u9 <d0u9.su@outlook.com>2018-04-01 16:48:11 +0800
committerThomas Haller <thaller@redhat.com>2018-04-11 13:05:09 +0200
commit17f0459c8d1891473c315315c0f5c25f38b24d6b (patch)
tree158909ef29cf92bfb3302b527f6457e470eab44b /libnl-route-3.sym
parent2a3a66977936471b93526adda7faa1ac231f78d7 (diff)
downloadlibnl-17f0459c8d1891473c315315c0f5c25f38b24d6b.tar.gz
route/class: add new api rtnl_class_get_by_parent()
This function searches a class cache previously allocated with rtnl_class_alloc_cache() and searches for a class matching the interface index and parent qdisc. https://github.com/thom311/libnl/pull/185
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 dc1d9ede..2bdd20a4 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1064,6 +1064,7 @@ global:
libnl_3_5 {
global:
+ rtnl_class_get_by_parent;
rtnl_cls_cache_set_tc_params;
rtnl_netem_set_delay_distribution_data;
rtnl_link_is_geneve;