Re: [ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Mark Gray
On 23/10/2020 20:23, Eric Garver wrote: > On Fri, Oct 23, 2020 at 02:39:21PM -0400, Mark Gray wrote: > > nit: These commands require root. So prompt should be '#'. The whole file was incorrect. I just updated the whole thing. v3 is posted at:

Re: [ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Mark Gray
On 23/10/2020 20:23, Eric Garver wrote: > On Fri, Oct 23, 2020 at 02:39:21PM -0400, Mark Gray wrote: >> >> - $ iptables -A IN_FedoraServer_allow -p esp -j ACCEPT >> - $ iptables -A IN_FedoraServer_allow -p udp --dport 500 -j ACCEPT >> + $ systemctl enable firewalld >> +

Re: [ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-23 Thread Eric Garver
On Fri, Oct 23, 2020 at 02:39:21PM -0400, Mark Gray wrote: > F32 requires the "python3-openvswitch" package now. Also, the > iptables chain "IN_FedoraServer_allow" does not exist on Fedora 32. > > Signed-off-by: Mark Gray > --- > Documentation/tutorials/ipsec.rst | 30

[ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-23 Thread Mark Gray
F32 requires the "python3-openvswitch" package now. Also, the iptables chain "IN_FedoraServer_allow" does not exist on Fedora 32. Signed-off-by: Mark Gray --- Documentation/tutorials/ipsec.rst | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git