summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorFrode Nordahl <frode.nordahl@canonical.com>2022-07-14 17:55:45 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 13:45:55 +0200
commitc78e7efa7b786f1e4170d025676a0dc69b20ad53 (patch)
treeb8d48ea8f93c984d1418f9e8ed32260918548789 /Documentation/tutorials
parent3e31a2dafc3f0a096241eba1c509186fd683f6b3 (diff)
downloadopenvswitch-c78e7efa7b786f1e4170d025676a0dc69b20ad53.tar.gz
docs: Update package references in debian/ubuntu related docs.
On the back of changing the debian/ubuntu packaging, update the docs to refer to existing packages. Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/ipsec.rst19
1 files changed, 3 insertions, 16 deletions
diff --git a/Documentation/tutorials/ipsec.rst b/Documentation/tutorials/ipsec.rst
index 7088f9036..9d6cc7779 100644
--- a/Documentation/tutorials/ipsec.rst
+++ b/Documentation/tutorials/ipsec.rst
@@ -42,28 +42,15 @@ Installing OVS and IPsec Packages
---------------------------------
OVS IPsec has .deb and .rpm packages. You should use the right package
-based on your Linux distribution. This tutorial uses Ubuntu 16.04 and Fedora 32
+based on your Linux distribution. This tutorial uses Ubuntu 22.04 and Fedora 32
as examples.
Ubuntu
~~~~~~
-1. Follow :doc:`/intro/install/debian` to build debian packages.
+1. Install the related packages::
- .. note::
-
- If you have already installed OVS, then you only need to install
- openvswitch-pki_*.deb and openvswitch-ipsec_*.deb in the following step.
- If your kernel version is below v4.13.0, update your kernel to v4.13.0 or
- above.
-
-2. Install the related packages::
-
- # apt-get install dkms strongswan
- # dpkg -i libopenvswitch_*.deb openvswitch-common_*.deb \
- openvswitch-switch_*.deb openvswitch-datapath-dkms_*.deb \
- python-openvswitch_*.deb openvswitch-pki_*.deb \
- openvswitch-ipsec_*.deb
+ # apt-get install openvswitch-ipsec
If the installation is successful, you should be able to see the
ovs-monitor-ipsec daemon is running in your system.