[ovs-dev] [PATCH v3] conntrack: support default timeout policy get/set cmd for netdev datapath

2021-11-15 Thread wenxu
From: wenxu Now, the default timeout policy for netdev datapath is hard codeing. In some case show or modify is needed. Add command for get/set default timeout policy. Using like this: ovs-appctl dpctl/ct-get-default-timeout-policy [dp] ovs-appctl dpctl/ct-set-default-timeout-policy [dp]

Re: [ovs-dev] [PATCH ovn] northd: fix ttl exceeded with FIP

2021-11-15 Thread Numan Siddique
On Thu, Nov 11, 2021 at 3:44 PM Mark Michelson wrote: > > Hi Lorenzo, the patch looks good to me. > > Acked-by: Mark Michelson > > On 11/10/21 17:35, Lorenzo Bianconi wrote: > > Properly manage ttl exceeded ICMP error messages when traffic is > > directed to a FIP. The issue can be verified

Re: [ovs-dev] [PATCH ovn v10 0/4] Introduce infrastructure for VIF plug providers.

2021-11-15 Thread Numan Siddique
On Tue, Nov 9, 2021 at 3:03 PM Han Zhou wrote: > > On Tue, Nov 9, 2021 at 11:12 AM Numan Siddique wrote: > > > > On Tue, Nov 9, 2021 at 1:38 AM Frode Nordahl > > wrote: > > > > > > On Mon, Nov 8, 2021 at 11:08 PM Numan Siddique wrote: > > > > > > > > On Fri, Nov 5, 2021 at 5:32 PM Frode

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Terminate native tunnels only on ports with IP addresses.

2021-11-15 Thread Ilya Maximets
On 11/15/21 18:28, Mike Pattrick wrote: > Hello Ilya, > > For some reason, the included test fails for me when I try to run it. > The diff is: > > ./tunnel-push-pop.at:751: tail -2 stdout > --- -2021-11-15 12:09:05.838890065 -0500 > +++ /root/ovs/tests/testsuite.dir/at-groups/782/stdout

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Terminate native tunnels only on ports with IP addresses.

2021-11-15 Thread Mike Pattrick
Hello Ilya, For some reason, the included test fails for me when I try to run it. The diff is: ./tunnel-push-pop.at:751: tail -2 stdout --- -2021-11-15 12:09:05.838890065 -0500 +++ /root/ovs/tests/testsuite.dir/at-groups/782/stdout2021-11-15 12:09:05.836652743 -0500 @@ -1,3 +1,3 @@

[ovs-dev] [PATCH ovn] northd: fix FIP traffic with distributed gw router port on the same hv

2021-11-15 Thread Lorenzo Bianconi
If the hv has FIP assigned, traffic has to be sent out using the FIP even if a distributed gw router port is scheduled on the local hv. In this particular use-case without the proposed patch, the traffic is sent out with FIP mac but using distributed gw router port IP. Related bz:

[ovs-dev] [PATCH v2] checkpatch: Detect "trojan source" attack

2021-11-15 Thread Mike Pattrick
Recently there has been a lot of press about the "trojan source" attack, where Unicode characters are used to obfuscate the true functionality of code. This attack didn't effect OVS, but adding the check here will help guard against it sneaking in later. Signed-off-by: Mike Pattrick --- Changes

Re: [ovs-dev] [PATCH v2 1/2] stream-ssl: Fix handling of default ciphers/protocols

2021-11-15 Thread Frode Nordahl
On Mon, Sep 13, 2021 at 4:23 AM Frode Nordahl wrote: > > On Sat, Sep 11, 2021 at 10:23 PM Flavio Leitner wrote: > > > > On Fri, Sep 10, 2021 at 06:20:45PM +0200, Frode Nordahl wrote: > > > On Thu, Sep 9, 2021 at 9:53 PM Flavio Leitner wrote: > > > > > > > > > > > > Hi Frode, > > > > > > > >

Re: [ovs-dev] [PATCH v1] checkpatch: Detect "trojan source" attack

2021-11-15 Thread Gaëtan Rivet
On Wed, Nov 10, 2021, at 15:31, Mike Pattrick wrote: > On Wed, Nov 10, 2021 at 6:30 AM Gaëtan Rivet wrote: >> >> On Tue, Nov 2, 2021, at 19:43, Mike Pattrick wrote: >> > Recently there has been a lot of press about the "trojan source" attack, >> > where Unicode characters are used to obfuscate

Re: [ovs-dev] Fwd: [PATCH] build: check libibverbs deps before linking with dpdk

2021-11-15 Thread David Marchand
Hello, On Sun, Nov 14, 2021 at 10:27 AM Harold Huang wrote: > David Marchand 于2021年11月12日周五 下午7:01写道: > > OVS requests ibverbs only if mlx drivers are present in DPDK build (+ > > option RTE_IBVERBS_LINK_DLOPEN iirc). > > > > For your issue, things that come to mind are an outdated build > >

Re: [ovs-dev] [PATCH v2] conntrack: support default timeout policy get/set cmd for netdev datapath

2021-11-15 Thread 0-day Robot
Bleep bloop. Greetings wenxu, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: mv tests/ovsdb-cluster-testsuite.tmp tests/ovsdb-cluster-testsuite \ { sed -n -e '/%AUTHORS%/q' -e p <

[ovs-dev] [PATCH v2 1/1] datapath-windows: Reset flow key after Ipv4 fragments are reassembled

2021-11-15 Thread Alin-Gabriel Serdean
Thank you for the fix! Applied on master and backported until branch-2.13. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v2] conntrack: support default timeout policy get/set cmd for netdev datapath

2021-11-15 Thread wenxu
From: wenxu Now, the default timeout policy for netdev datapath is hard codeing. In some case show or modify is needed. Add command for get/set default timeout policy. Using like this: ovs-appctl dpctl/ct-get-default-timeout-policy [dp] ovs-appctl dpctl/ct-set-default-timeout-policy [dp]