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]> --- Documentation/tutorials/ovn-ipsec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tutorials/ovn-ipsec.rst b/Documentation/tutorials/ovn-ipsec.rst index fa35eb84b316..a12edbf946bc 100644 --- a/Documentation/tutorials/ovn-ipsec.rst +++ b/Documentation/tutorials/ovn-ipsec.rst @@ -82,7 +82,7 @@ database to false:: .. note:: - On Fedora, you may need to install firewall rules to allow ESP and IKE + On Fedora, RHEL and CentOS, you may need to install firewall rules to allow ESP and IKE traffic:: # systemctl start firewalld -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
