summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-18 07:54:27 +0100
committerThomas Haller <thaller@redhat.com>2018-01-18 07:54:27 +0100
commit7eeb29bc536a8bca21703e4fab817daeeaa890df (patch)
tree0a3fe9a0d0efbb9dd3dd95352b50aa9e79efdb58 /libnl-route-3.sym
parentca02edd1014234e1260d6d7ff4f51ddb9d6f54f2 (diff)
downloadlibnl-7eeb29bc536a8bca21703e4fab817daeeaa890df.tar.gz
route: rename rtnl_cls_cache_set_tcm_params() and fix symbol versioning
After rethinking, "tcm_params" doesn't seem like a good name. Change it to "tc_params". Also, an already released section in the linker file must never be modified. It defeats the purpose of symbol versioning. Move the symbol to the right section.
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 04ff11bc..917aea74 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -151,7 +151,6 @@ 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;
@@ -1065,5 +1064,6 @@ global:
libnl_3_5 {
global:
+ rtnl_cls_cache_set_tc_params;
rtnl_netem_set_delay_distribution_data;
} libnl_3_4;