summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-07-27 07:33:11 (GMT)
committerThomas Haller <thaller@redhat.com>2023-07-27 07:34:06 (GMT)
commit7738f239c242c0887bb501285ee2c744dd492a6a (patch)
tree8bc67e68c04bd2658ac95f4109b1183063f9774b
parentfc805c566c902b738238ef1632bc6bbeef65eb06 (diff)
downloadlibnl-7738f239c242c0887bb501285ee2c744dd492a6a.zip
libnl-7738f239c242c0887bb501285ee2c744dd492a6a.tar.gz
libnl-7738f239c242c0887bb501285ee2c744dd492a6a.tar.bz2
route/trivial: sort entries in "libnl-route-3.sym" asciibetically
-rw-r--r--libnl-route-3.sym4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 62cd423..35161f7 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1277,6 +1277,8 @@ global:
libnl_3_8 {
global:
+ rtnl_link_bond_set_activeslave;
+ rtnl_link_bond_set_mode;
rtnl_link_bridge_get_vlan_filtering;
rtnl_link_bridge_get_vlan_protocol;
rtnl_link_bridge_get_vlan_stats_enabled;
@@ -1284,6 +1286,4 @@ global:
rtnl_link_bridge_set_vlan_protocol;
rtnl_link_bridge_set_vlan_stats_enabled;
rtnl_link_inet6_get_conf;
- rtnl_link_bond_set_activeslave;
- rtnl_link_bond_set_mode;
} libnl_3_7;