summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-08-17 15:59:33 -0700
committerThomas Haller <thaller@redhat.com>2017-08-18 15:01:04 +0200
commit63d02c3c581b4edc915af820c364f53e77497ea0 (patch)
treed8617d8b43b6c7d31a8ec2fa7e6c082e50e7a654 /libnl-route-3.sym
parent0a6d27ce90a1a97272cd0516a52d21bcf4428127 (diff)
downloadlibnl-63d02c3c581b4edc915af820c364f53e77497ea0.tar.gz
route: Add support for ttl propagation in MPLS routes
Add support for RTA_TTL_PROPAGATE attribute on a per-route basis. Used to enable/disable TTL propagation at LSP egress. Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index bb2d6583..43827755 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1057,4 +1057,6 @@ global:
rtnl_route_nh_get_newdst;
rtnl_route_nh_set_via;
rtnl_route_nh_get_via;
+ rtnl_route_set_ttl_propagate;
+ rtnl_route_get_ttl_propagate;
} libnl_3_2_29;