summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorMarkus Trapp <trapp@sn-0000373>2017-02-14 16:33:04 +0100
committerThomas Haller <thaller@redhat.com>2017-05-03 12:50:37 +0200
commitb9a5a832330fd8cb28bddcc84840f445ad5da3c4 (patch)
tree67446a0dfef57c60b2976fb368e07d294aa5f446 /libnl-route-3.sym
parent8aca21de41f8875b94e122e5b4d704feb3b30bf5 (diff)
downloadlibnl-b9a5a832330fd8cb28bddcc84840f445ad5da3c4.tar.gz
route/link: add accessor API for IPv6 flags
Add functions to access the IPv6 specific flags of a link object. Also the functions for IPv6 link flags translation are now exported, similar to the non IPv6 specific translation functions. https://github.com/thom311/libnl/pull/136
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym7
1 files changed, 7 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index af1ed2dd..21441857 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1032,3 +1032,10 @@ global:
rtnl_u32_set_selector;
} libnl_3_2_28;
+libnl_3_4 {
+global:
+ rtnl_link_inet6_flags2str;
+ rtnl_link_inet6_str2flags;
+ rtnl_link_inet6_get_flags;
+ rtnl_link_inet6_set_flags;
+} libnl_3_2_29;