summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-10-05 10:55:38 +0200
committerThomas Haller <thaller@redhat.com>2015-11-19 17:20:28 +0100
commit3f231213c7c586b5a5e8ce6b1ea9c1d3b24d74c0 (patch)
treec617e155435b2d95abf27eb59070c105975fd242 /libnl-route-3.sym
parente6b39c9e2355febfe16555b738ccdcf945497245 (diff)
downloadlibnl-3f231213c7c586b5a5e8ce6b1ea9c1d3b24d74c0.tar.gz
route/link: add macvtap support
This adds support for MAC-VLAN based tap interfaces (macvtap). http://lists.infradead.org/pipermail/libnl/2015-October/001976.html Signed-off-by: Beniamino Galvani <bgalvani@redhat.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym12
1 files changed, 12 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index f18a11d8..627cb432 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -888,9 +888,21 @@ global:
libnl_3_2_28 {
global:
rtnl_link_alloc_cache_flags;
+ rtnl_link_is_macvtap;
rtnl_link_is_vrf;
+ rtnl_link_macvtap_alloc;
+ rtnl_link_macvtap_flags2str;
+ rtnl_link_macvtap_get_flags;
+ rtnl_link_macvtap_get_mode;
+ rtnl_link_macvtap_mode2str;
+ rtnl_link_macvtap_set_flags;
+ rtnl_link_macvtap_set_mode;
+ rtnl_link_macvtap_str2flags;
+ rtnl_link_macvtap_str2mode;
+ rtnl_link_macvtap_unset_flags;
rtnl_link_vrf_alloc;
rtnl_link_vrf_get_tableid;
rtnl_link_vrf_set_tableid;
rtnl_neigh_alloc_cache_flags;
} libnl_3_2_27;
+