Skip to content

Commit cbb8518

Browse files
committed
OCPBUGS#10296: Change the IPsec related text
1 parent ec5d2cc commit cbb8518

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/nw-ovn-ipsec-encryption.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
:_content-type: CONCEPT
66
[id="nw-ovn-ipsec-encryption_{context}"]
7-
= Encryption protocol and tunnel mode for IPsec
7+
= Encryption protocol and IPsec mode
88

99
The encrypt cipher used is `AES-GCM-16-256`. The integrity check value (ICV) is `16` bytes. The key length is `256` bits.
1010

11-
The IPsec tunnel mode used is _Transport mode_, a mode that encrypts end-to-end communication.
11+
The IPsec mode used is _Transport mode_, a mode that encrypts end-to-end communication by adding an Encapsulated Security Payload (ESP) header to the IP header of the original packet and encrypts the packet data. {product-title} does not currently use or support IPsec _Tunnel mode_ for pod-to-pod communication.

networking/ovn_kubernetes_network_provider/configuring-ipsec-ovn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
With IPsec enabled, all network traffic between nodes on the OVN-Kubernetes cluster network travels through an encrypted tunnel.
9+
With IPsec enabled, all pod-to-pod network traffic between nodes on the OVN-Kubernetes cluster network is encrypted with IPsec _Transport mode_.
1010

1111
IPsec is disabled by default. It can be enabled either during or after installing the cluster. For information about cluster installation, see xref:../../installing/index.adoc#ocp-installation-overview[{product-title} installation overview]. If you need to enable IPsec after cluster installation, you must first resize your cluster MTU to account for the overhead of the IPsec ESP IP header.
1212

0 commit comments

Comments
 (0)