mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
43 lines
888 B
Plaintext
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 |