Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ spec:

/usr/libexec/ipsec/addconn --config /etc/ipsec.conf --checkconfig
# Check kernel modules
/usr/libexec/ipsec/_stackmanager start
if [ -e /usr/libexec/ipsec/_stackmanager ]; then
/usr/libexec/ipsec/_stackmanager start
fi
# Check nss database status
/usr/sbin/ipsec --checknss
# Start the pluto IKE daemon
Expand Down
4 changes: 3 additions & 1 deletion bindata/network/ovn-kubernetes/common/ipsec-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ spec:

/usr/libexec/ipsec/addconn --config /etc/ipsec.conf --checkconfig
# Check kernel modules
/usr/libexec/ipsec/_stackmanager start
if [ -e /usr/libexec/ipsec/_stackmanager ]; then
/usr/libexec/ipsec/_stackmanager start
fi
# Check nss database status
/usr/sbin/ipsec --checknss

Expand Down