summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authord0u9 <d0u9.su@outlook.com>2018-01-15 16:35:50 +0800
committerThomas Haller <thaller@redhat.com>2018-01-18 07:51:23 +0100
commitca02edd1014234e1260d6d7ff4f51ddb9d6f54f2 (patch)
tree6bf3375b8a5a2d89aaa15403d933c8f82f2ef26b /libnl-route-3.sym
parent2b11ab02ce24476f96c22b18e27f3737559010a2 (diff)
downloadlibnl-ca02edd1014234e1260d6d7ff4f51ddb9d6f54f2.tar.gz
Add new function for setting ifindex and parent of a classifier cache.
It is not good to give classifier cache users only one chance to set interface index and parent handle when allocte new cache. Sometimes we want to reuse classifier cache to reduce the overhead of allocating new memory everytime a new cache is created.
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 3cee1138..04ff11bc 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -151,6 +151,7 @@ global:
rtnl_cls_add;
rtnl_cls_alloc;
rtnl_cls_alloc_cache;
+ rtnl_cls_cache_set_tcm_params;
rtnl_cls_build_add_request;
rtnl_cls_build_change_request;
rtnl_cls_build_delete_request;