Skip to content

Commit b7e102d

Browse files
authored
Merge pull request #69981 from jab-rh/OCPBUGS-22731
OCPBUGS-22731: Add IPsec config for n-s traffic
2 parents 92b079b + b14ed18 commit b7e102d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/nw-ovn-ipsec-north-south-enable.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ $ for role in master worker; do
8181
WantedBy=multi-user.target
8282
storage:
8383
files:
84+
- path: /etc/ipsec.d/ipsec-endpoint-config.conf
85+
mode: 0400
86+
overwrite: true
87+
contents:
88+
local: ipsec-endpoint-config.conf
8489
- path: /etc/pki/certs/ca.pem
8590
mode: 0400
8691
overwrite: true

0 commit comments

Comments
 (0)