summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-16 06:56:45 +0100
committerThomas Haller <thaller@redhat.com>2018-01-16 07:07:44 +0100
commitcff8b15cc103c8293ea492c11f101ef414858a8e (patch)
tree94995225ea83291745f3261566111dfce7962b90 /libnl-route-3.sym
parentb590366ffbc759505dabe438bea18ce0c3bce515 (diff)
downloadlibnl-cff8b15cc103c8293ea492c11f101ef414858a8e.tar.gz
route: add rtnl_netem_set_delay_distribution_data() to linker script
And some style fixes.
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index e66682ad..3cee1138 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1061,3 +1061,8 @@ global:
rtnl_route_get_ttl_propagate;
rtnl_route_nh_encap_mpls;
} libnl_3_2_29;
+
+libnl_3_5 {
+global:
+ rtnl_netem_set_delay_distribution_data;
+} libnl_3_4;