summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-05 16:31:24 +0100
committerThomas Haller <thaller@redhat.com>2016-11-05 17:05:21 +0100
commit66b1dd64d0f49aecc3b09787c829a1965d9fc38f (patch)
treeec4f4ec3514e87bcfd7f766ba478a9d87618d43a /libnl-route-3.sym
parent23b17dd26e7a7afc8d6b03bb25663bbbe7379eea (diff)
downloadlibnl-66b1dd64d0f49aecc3b09787c829a1965d9fc38f.tar.gz
vxlan: remove redundant enable/disable API from vxlan
The enable/disable API is redundant and increases the library in binary size and documentation. There should be one sensible way to do something, not several. Yes, there is prior act to that like rtnl_link_vxlan_disable_proxy(). That doesn't mean it should be repeated.
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym18
1 files changed, 0 insertions, 18 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 14e922f1..90dd9106 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -964,24 +964,6 @@ global:
rtnl_link_macvlan_macmode2str;
rtnl_link_macvlan_set_macmode;
rtnl_link_macvlan_str2macmode;
- rtnl_link_vxlan_disable_collect_metadata;
- rtnl_link_vxlan_disable_gbp;
- rtnl_link_vxlan_disable_gpe;
- rtnl_link_vxlan_disable_remcsum_nopartial;
- rtnl_link_vxlan_disable_remcsum_rx;
- rtnl_link_vxlan_disable_remcsum_tx;
- rtnl_link_vxlan_disable_udp_csum;
- rtnl_link_vxlan_disable_udp_zero_csum6_rx;
- rtnl_link_vxlan_disable_udp_zero_csum6_tx;
- rtnl_link_vxlan_enable_collect_metadata;
- rtnl_link_vxlan_enable_gbp;
- rtnl_link_vxlan_enable_gpe;
- rtnl_link_vxlan_enable_remcsum_nopartial;
- rtnl_link_vxlan_enable_remcsum_rx;
- rtnl_link_vxlan_enable_remcsum_tx;
- rtnl_link_vxlan_enable_udp_csum;
- rtnl_link_vxlan_enable_udp_zero_csum6_rx;
- rtnl_link_vxlan_enable_udp_zero_csum6_tx;
rtnl_link_vxlan_get_collect_metadata;
rtnl_link_vxlan_get_gbp;
rtnl_link_vxlan_get_gpe;