mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 03:50:10 +01:00
libnm: export nm_setting_ip_config_get_dhcp_iaid
The export was left out when the symbol was added; apparently by
accident.
Let's also bump the documented version of when is the symbol supposed to
be available, because it actually wasn't.
Fixes: 56a1a5426a ('all: add ipvX.dhcp-iaid properties')
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1447
This commit is contained in:
parent
dc26e65928
commit
941e8b70f8
3 changed files with 3 additions and 2 deletions
|
|
@ -1849,5 +1849,6 @@ 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;
|
||||
|
|
|
|||
|
|
@ -5296,7 +5296,7 @@ nm_setting_ip_config_get_required_timeout(NMSettingIPConfig *setting)
|
|||
*
|
||||
* Returns: the configured DHCP IAID (Identity Association Identifier)
|
||||
*
|
||||
* Since: 1.22
|
||||
* Since: 1.42
|
||||
**/
|
||||
const char *
|
||||
nm_setting_ip_config_get_dhcp_iaid(NMSettingIPConfig *setting)
|
||||
|
|
|
|||
|
|
@ -480,7 +480,7 @@ NM_AVAILABLE_IN_1_2
|
|||
int nm_setting_ip_config_get_dhcp_timeout(NMSettingIPConfig *setting);
|
||||
NM_AVAILABLE_IN_1_34
|
||||
int nm_setting_ip_config_get_required_timeout(NMSettingIPConfig *setting);
|
||||
NM_AVAILABLE_IN_1_22
|
||||
NM_AVAILABLE_IN_1_42
|
||||
const char *nm_setting_ip_config_get_dhcp_iaid(NMSettingIPConfig *setting);
|
||||
|
||||
NM_AVAILABLE_IN_1_22
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue