mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
44 lines
916 B
Plaintext
44 lines
916 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * telco_ref_design_specs/core/telco-core-ref-design-components.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="telco-core-kernel_{context}"]
|
|
= Kernel
|
|
|
|
New in this release::
|
|
|
|
* No reference design updates in this release
|
|
|
|
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
|