1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/telco-core-kernel.adoc
Marc Methot f635faae86 OCPBUGS-35013: Removal of xt_u32 kernel module
Since RHEL 9 we do not compile xt_u32 kernel module
2024-07-09 15:00:01 +00:00

43 lines
888 B
Plaintext

// Module included in the following assemblies:
//
// * telco_ref_design_specs/ran/core/telco-core-ref-design-components.adoc
:_mod-docs-content-type: REFERENCE
[id="telco-core-kernel_{context}"]
= Kernel
New in this release::
Not applicable
Description::
The user can install the following kernel modules by using `MachineConfig` to provide extended kernel functionality to CNFs:
* sctp
* ip_gre
* ip6_tables
* ip6t_REJECT
* ip6table_filter
* ip6table_mangle
* iptable_filter
* iptable_mangle
* iptable_nat
* xt_multiport
* xt_owner
* xt_REDIRECT
* xt_statistic
* xt_TCPMSS
Limits and requirements::
* Use of functionality available through these kernel modules must be analyzed by the user to determine the impact on CPU load, system performance, and ability to sustain KPI.
+
[NOTE]
====
Out of tree drivers are not supported.
====
Engineering considerations::
Not applicable