summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-05 17:12:03 +0100
committerThomas Haller <thaller@redhat.com>2016-11-05 17:33:43 +0100
commitfb8cb3e91764fade37465ecaed012615c19a3119 (patch)
treefbe983d545806d1b51d3bb0cc2f2252a3600e008 /libnl-route-3.sym
parent755b8cc0086bda261f61a005749b8f4cd5437778 (diff)
downloadlibnl-fb8cb3e91764fade37465ecaed012615c19a3119.tar.gz
vxlan: refactor setting/getting vxlan flags
As these properties are FLAG types in the netlink API, we should also expose them as such in the libnl API. It is less code and require less code to support a new flag. The point is really to keep the API smaller instead of wasting a getter and setter for each flag.
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym8
1 files changed, 2 insertions, 6 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 90dd9106..ce6aa885 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -965,22 +965,18 @@ global:
rtnl_link_macvlan_set_macmode;
rtnl_link_macvlan_str2macmode;
rtnl_link_vxlan_get_collect_metadata;
- rtnl_link_vxlan_get_gbp;
- rtnl_link_vxlan_get_gpe;
+ rtnl_link_vxlan_get_flags;
rtnl_link_vxlan_get_label;
rtnl_link_vxlan_get_port;
- rtnl_link_vxlan_get_remcsum_nopartial;
rtnl_link_vxlan_get_remcsum_rx;
rtnl_link_vxlan_get_remcsum_tx;
rtnl_link_vxlan_get_udp_csum;
rtnl_link_vxlan_get_udp_zero_csum6_rx;
rtnl_link_vxlan_get_udp_zero_csum6_tx;
rtnl_link_vxlan_set_collect_metadata;
- rtnl_link_vxlan_set_gbp;
- rtnl_link_vxlan_set_gpe;
+ rtnl_link_vxlan_set_flags;
rtnl_link_vxlan_set_label;
rtnl_link_vxlan_set_port;
- rtnl_link_vxlan_set_remcsum_nopartial;
rtnl_link_vxlan_set_remcsum_rx;
rtnl_link_vxlan_set_remcsum_tx;
rtnl_link_vxlan_set_udp_csum;