rh_messages.h: xtables modules are still maintained in rhel9
JIRA: https://issues.redhat.com/browse/RHEL-81900 Upstream Status: RHEL only The xtables related modules are deprecated in RHEL9, but they are still maintained. Move them back to deprecated state in RHEL9. Signed-off-by: Florian Westphal <fwestpha@redhat.com>
This commit is contained in:
parent
6e54f3368c
commit
9342118fb6
|
@ -51,12 +51,18 @@ static const char *rh_deprecated_drivers[] = {
|
|||
"af_key",
|
||||
"ahci_seattle",
|
||||
"ahci_xgene",
|
||||
"arp_tables",
|
||||
"bnx2fc",
|
||||
"bnx2i",
|
||||
"bnx2x",
|
||||
"cnic",
|
||||
"ebtables",
|
||||
"firewire_core",
|
||||
"hisi_sas_main",
|
||||
"ip6_tables",
|
||||
"ip_set",
|
||||
"ip_tables",
|
||||
"nft_compat",
|
||||
"qla4xxx",
|
||||
"team",
|
||||
0 /* Terminating entry */
|
||||
|
@ -65,6 +71,12 @@ static const char *rh_deprecated_drivers[] = {
|
|||
static const char *rh_deprecated_init_fns[] = {
|
||||
"qla4xxx_module_init",
|
||||
"team_module_init",
|
||||
"ebtables_init",
|
||||
"arp_tables_init",
|
||||
"ip_tables_init",
|
||||
"ip6_tables_init",
|
||||
"ip_set_init",
|
||||
"nft_compat_module_init",
|
||||
"fw_core_init",
|
||||
"ipsec_pfkey_init",
|
||||
"aac_init",
|
||||
|
@ -79,16 +91,11 @@ static const char *rh_deprecated_init_fns[] = {
|
|||
};
|
||||
|
||||
static const char *rh_unmaintained_drivers[] = {
|
||||
"arp_tables",
|
||||
"bnx2",
|
||||
"dl2k",
|
||||
"e1000",
|
||||
"ebtables",
|
||||
"hdlc_fr",
|
||||
"hpsa",
|
||||
"ip6_tables",
|
||||
"ip_set",
|
||||
"ip_tables",
|
||||
"mptbase",
|
||||
"mptsas",
|
||||
"mptscsih",
|
||||
|
@ -96,7 +103,6 @@ static const char *rh_unmaintained_drivers[] = {
|
|||
"myri10ge",
|
||||
"netxen_nic",
|
||||
"nfp",
|
||||
"nft_compat",
|
||||
"nicpf",
|
||||
"nicvf",
|
||||
"nvmet_fc",
|
||||
|
@ -124,12 +130,6 @@ static const char *rh_unmaintained_init_fns[] = {
|
|||
"hdlc_fr_init",
|
||||
"nvmet_fc_init_module",
|
||||
"nvmet_tcp_init",
|
||||
"ebtables_init",
|
||||
"arp_tables_init",
|
||||
"ip_tables_init",
|
||||
"ip6_tables_init",
|
||||
"ip_set_init",
|
||||
"nft_compat_module_init",
|
||||
"rxe_module_init",
|
||||
"nicvf_init_module",
|
||||
"nic_init_module",
|
||||
|
|
Loading…
Reference in New Issue