The doc mentions out-of-tree module in order to support OVS tunnels, but we do not support that module anymore, so there is no need to mention that. The docs are also listing the kernel version for the XFRM support, but it is lower than what we require for the tunnel support in general, so there is no need for that as well.
Signed-off-by: Ilya Maximets <[email protected]> --- Documentation/tutorials/ipsec.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/tutorials/ipsec.rst b/Documentation/tutorials/ipsec.rst index 9d6cc7779..84ce4e651 100644 --- a/Documentation/tutorials/ipsec.rst +++ b/Documentation/tutorials/ipsec.rst @@ -32,9 +32,8 @@ configuration modes can be found in :doc:`/howto/ipsec`. Requirements ------------ -OVS IPsec tunnel requires Linux kernel (>= v3.10.0) and OVS out-of-tree kernel -module. The compatible IKE daemons are LibreSwan (>= v3.23) and StrongSwan -(>= v5.3.5). +OVS IPsec tunnel requires Linux kernel with XFRM support. The compatible IKE +daemons are LibreSwan (>= v3.23) and StrongSwan (>= v5.3.5). .. _install-ovs-ipsec: @@ -58,8 +57,7 @@ Ubuntu Fedora ~~~~~~ -1. Install the related packages. Fedora 32 does not require installation of - the out-of-tree kernel module:: +1. Install the related packages:: # dnf install python3-openvswitch libreswan \ openvswitch openvswitch-ipsec -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
