summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-05-03 14:05:09 -0700
committerThomas Haller <thaller@redhat.com>2017-05-12 10:09:15 +0200
commit37fda66735eebcf6fd85799cb36f5d356f3dc5f0 (patch)
treeb0033e8cc235368fde2bf8d9f9e6a081223c024c /libnl-route-3.sym
parenta66511d7edde76fe8e0c1da7bbe014860ba299d9 (diff)
downloadlibnl-37fda66735eebcf6fd85799cb36f5d356f3dc5f0.tar.gz
route: Add support for MPLS to netconf
Add support to netconf for MPLS address family. v2 - change get method to return 0/error and take 'int *val' which is set to the value requested - added rtnl_netconf_get_input to libnl-route-3.sym Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
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 b17434c8..4fd8c0f9 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1050,4 +1050,5 @@ global:
rtnl_netconf_get_forwarding;
rtnl_netconf_get_mc_forwarding;
rtnl_netconf_get_rp_filter;
+ rtnl_netconf_get_input;
} libnl_3_2_29;