libnm: add ethtool fec backported symbols from 1.48.18

Add to main branch ethtool fec symbols that were backported to 1.48.18 to
allow seamless upgrading from 1.48 to 1.54.
This commit is contained in:
Wen Liang 2025-04-28 15:07:49 -04:00
parent 6f1437b79e
commit 799a7a432a
2 changed files with 13 additions and 0 deletions

View file

@ -2003,6 +2003,11 @@ global:
nm_setting_802_1x_get_openssl_ciphers;
} libnm_1_46_0;
libnm_1_48_18 {
#nm_ethtool_optname_is_fec@libnm_1_48_18;
#nm_setting_ethtool_fec_mode_get_type@libnm_1_48_18;
} libnm_1_48_0;
libnm_1_50_0 {
global:
nm_setting_wireless_channel_width_get_type;

View file

@ -9316,6 +9316,14 @@ NM_BACKPORT_SYMBOL(libnm_1_30_8,
NM_BACKPORT_SYMBOL(libnm_1_30_8, NMIPRoute *, nm_ip_route_dup, (NMIPRoute * route), (route));
NM_BACKPORT_SYMBOL(libnm_1_48_18,
gboolean,
nm_ethtool_optname_is_fec,
(const char *optname),
(optname));
NM_BACKPORT_SYMBOL(libnm_1_48_18, GType, nm_setting_ethtool_fec_mode_get_type, (void), ());
NM_BACKPORT_SYMBOL(libnm_1_50_4,
gboolean,
nm_ethtool_optname_is_fec,