diff --git a/libnm-util/libnm-util.ver b/libnm-util/libnm-util.ver index e706a92ca..8a122024f 100644 --- a/libnm-util/libnm-util.ver +++ b/libnm-util/libnm-util.ver @@ -260,27 +260,29 @@ global: nm_utils_string_slist_validate; nm_utils_uuid_generate; nm_utils_uuid_generate_from_string; - nm_ip4_address_new; + nm_ip4_address_compare; nm_ip4_address_dup; - nm_ip4_address_ref; - nm_ip4_address_unref; nm_ip4_address_get_address; - nm_ip4_address_set_address; nm_ip4_address_get_prefix; - nm_ip4_address_set_prefix; nm_ip4_address_get_gateway; + nm_ip4_address_new; + nm_ip4_address_ref; + nm_ip4_address_set_address; + nm_ip4_address_set_prefix; nm_ip4_address_set_gateway; - nm_ip4_route_new; + nm_ip4_address_unref; + nm_ip4_route_compare; nm_ip4_route_dup; + nm_ip4_route_get_dest; + nm_ip4_route_get_prefix; + nm_ip4_route_get_next_hop; + nm_ip4_route_get_metric; + nm_ip4_route_new; nm_ip4_route_ref; nm_ip4_route_unref; - nm_ip4_route_get_dest; nm_ip4_route_set_dest; - nm_ip4_route_get_prefix; nm_ip4_route_set_prefix; - nm_ip4_route_get_next_hop; nm_ip4_route_set_next_hop; - nm_ip4_route_get_metric; nm_ip4_route_set_metric; local: *;