summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorJef Oliver <jef.oliver@intel.com>2016-11-07 13:33:56 -0800
committerThomas Haller <thaller@redhat.com>2016-11-24 13:27:39 +0100
commiteab12c626031afccef2d3c368d1a5b231efe925f (patch)
tree43ed6f136acc810b05858fa7a3879f57e58e4903 /libnl-route-3.sym
parenta59cab6d0b0f58a4b58b3b0b5250a460e768bf0c (diff)
downloadlibnl-eab12c626031afccef2d3c368d1a5b231efe925f.tar.gz
lib/route: SRIOV Utility Functions
This patch adds utility functions for translating link state and VLAN protocols for SRIOV VFs. Signed-off-by: Jef Oliver <jef.oliver@intel.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 469da870..67e705d4 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1006,5 +1006,9 @@ global:
rtnl_link_vf_vlan_alloc;
rtnl_link_vf_vlan_free;
rtnl_link_vf_vlan_put;
+ rtnl_link_vf_linkstate2str;
+ rtnl_link_vf_str2linkstate;
+ rtnl_link_vf_vlanproto2str;
+ rtnl_link_vf_str2vlanproto;
} libnl_3_2_28;