diff mbox series

[ovs-dev,v2] ipsec: Update documentation for RHEL and CentOS

Message ID 20211026090212.963156-1-mark.d.gray@redhat.com
State Accepted
Headers show
Series [ovs-dev,v2] ipsec: Update documentation for RHEL and CentOS | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Mark Gray Oct. 26, 2021, 9:02 a.m. UTC
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 <mark.d.gray@redhat.com>
---

v2: Fix 0-day issue

 Documentation/tutorials/ovn-ipsec.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mark Michelson Oct. 26, 2021, 7:45 p.m. UTC | #1
Thanks, Mark.

Acked-by: Mark Michelson <mmichels@redhat.com>

On 10/26/21 5:02 AM, Mark Gray wrote:
> 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 <mark.d.gray@redhat.com>
> ---
> 
> 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
>
Numan Siddique Oct. 26, 2021, 8:42 p.m. UTC | #2
On Tue, Oct 26, 2021 at 3:46 PM Mark Michelson <mmichels@redhat.com> wrote:
>
> Thanks, Mark.
>
> Acked-by: Mark Michelson <mmichels@redhat.com>

Thanks.   Applied.

Numan

>
> On 10/26/21 5:02 AM, Mark Gray wrote:
> > 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 <mark.d.gray@redhat.com>
> > ---
> >
> > 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
> >
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

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