summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-05-03 14:05:06 -0700
committerThomas Haller <thaller@redhat.com>2017-05-12 10:09:15 +0200
commitd55f004c5ad4b202cab5593551554cdad4f1a444 (patch)
tree2b32b2e5137b445e065a9f787bc15569d8e12f54 /libnl-route-3.sym
parentb5513d46aa7917676cdc9cf2cc7c9e376d6c36b1 (diff)
downloadlibnl-d55f004c5ad4b202cab5593551554cdad4f1a444.tar.gz
route: Add support for netconf
Add route/netconf cache type to monitor RTM_*NETCONF messages. v2 - change get methods to return 0/error and take 'int *val' which is set to the value requested Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: Balakrishnan Raman <ramanb@cumulusnetworks.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym9
1 files changed, 9 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 1fb4371c..b17434c8 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1041,4 +1041,13 @@ global:
rtnl_link_inet6_get_flags;
rtnl_link_inet6_set_flags;
rtnl_u32_get_action;
+ rtnl_netconf_get_by_idx;
+ rtnl_netconf_get_all;
+ rtnl_netconf_get_default;
+ rtnl_netconf_put;
+ rtnl_netconf_get_family;
+ rtnl_netconf_get_ifindex;
+ rtnl_netconf_get_forwarding;
+ rtnl_netconf_get_mc_forwarding;
+ rtnl_netconf_get_rp_filter;
} libnl_3_2_29;