mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 00:20:11 +01:00
libnm: move nm_setting_ip_config_get_dhcp_iaid() to @libnm_1_40_4 version node
We haven't done a release with this in @libnm_1_42_0 and we now know this is going to be backported to 1.40.4 first.
This commit is contained in:
parent
a0373a72db
commit
c7f6a506ef
1 changed files with 5 additions and 1 deletions
|
|
@ -1845,10 +1845,14 @@ global:
|
|||
nm_setting_ip6_config_get_mtu;
|
||||
} libnm_1_38_0;
|
||||
|
||||
libnm_1_40_4 {
|
||||
global:
|
||||
nm_setting_ip_config_get_dhcp_iaid;
|
||||
} libnm_1_40_0;
|
||||
|
||||
libnm_1_42_0 {
|
||||
global:
|
||||
nm_client_wait_shutdown;
|
||||
nm_client_wait_shutdown_finish;
|
||||
nm_setting_ip_config_get_dhcp_iaid;
|
||||
nm_setting_ovs_interface_get_ofport_request;
|
||||
} libnm_1_40_0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue