summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorJef Oliver <jef.oliver@intel.com>2016-10-05 13:20:35 -0700
committerThomas Haller <thaller@redhat.com>2016-11-05 18:07:53 +0100
commit7a9b85c79c52472236aca3c2f96fd59d775a89aa (patch)
tree1a37e308a8b949a2566f7ee826f24cc9a29b3c7b /libnl-route-3.sym
parentf8ddb23506bb42e5025bddfbb6d18dc6e0e067d3 (diff)
downloadlibnl-7a9b85c79c52472236aca3c2f96fd59d775a89aa.tar.gz
lib/route: Export correct ipgre functionality
* Rename rtnl_link_get_pmtudisc to rtnl_link_ipgre_get_pmtudisc in ipgre.c, making the function correctly match the exported functionality in ipgre.h. This fixes an error when trying to use the function, returning an incorrect type usage due to the link module already having a function of the same name. * Export rtnl_link_is_[ipgre/ipgretap] allowing for usage per documentation. Reported-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com> Signed-off-by: Jef Oliver <jef.oliver@intel.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 ce6aa885..bfab1456 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -956,6 +956,8 @@ global:
rtnl_link_bridge_set_hwmode;
rtnl_link_bridge_hwmode2str;
rtnl_link_bridge_str2hwmode;
+ rtnl_link_ipgre_get_pmtudisc;
+ rtnl_link_is_ipgretap;
rtnl_link_macvlan_add_macaddr;
rtnl_link_macvlan_count_macaddr;
rtnl_link_macvlan_del_macaddr;