Similarly to Fedora, we may also need to open firewall ports to enable IPsec. Update the documentation to reflect this.
Signed-off-by: Mark Gray <[email protected]> --- v2: Fix 0-day issue Documentation/tutorials/ovn-ipsec.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/tutorials/ovn-ipsec.rst b/Documentation/tutorials/ovn-ipsec.rst index fa35eb84b316..305dd566dc22 100644 --- a/Documentation/tutorials/ovn-ipsec.rst +++ b/Documentation/tutorials/ovn-ipsec.rst @@ -82,8 +82,8 @@ database to false:: .. note:: - On Fedora, you may need to install firewall rules to allow ESP and IKE - traffic:: + On Fedora, RHEL and CentOS, you may need to install firewall rules to allow + ESP and IKE traffic:: # systemctl start firewalld # firewall-cmd --add-service ipsec -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
