Re: [ovs-dev] OVSDB Replication: Clarifications required

2017-07-15 Thread Arunkumar Rg
Hi Andy Zhou, Thanks for looking into this! Please find my replies inline: On Tue, Jul 11, 2017 at 1:30 AM, Andy Zhou wrote: > On Tue, Jul 4, 2017 at 10:52 PM, Arunkumar Rg > wrote: > > Hi, > > > > Got few clarifications on OVSDB replication. Please let

Re: [ovs-dev] [PATCH v2 0/3] Support IPv6 link-local address scopes on Linux

2017-07-15 Thread Numan Siddique
On Sat, Jul 15, 2017 at 3:03 AM, Ben Pfaff wrote: > v1->v2: > * Patches 1 and 2 are new. > * Patch 3 now formats addresses with scope, instead of just parsing them. > Patch 3 accepts ifindexes instead of just interface names. > > Ben Pfaff (3): > stream: Make

Re: [ovs-dev] [PATCH] acinclude.m4: Avoid echo -n

2017-07-15 Thread Takashi YAMAMOTO
On Sun, Jul 16, 2017 at 7:45 AM, Ben Pfaff wrote: > On Sun, Jul 16, 2017 at 12:17:28AM +0900, YAMAMOTO Takashi wrote: > > -n option for echo is not portable. Use printf instead. > > This fixes OSX build on travis-ci. > > > > Signed-off-by: YAMAMOTO Takashi > >

Re: [ovs-dev] [PATCH] ofproto.at: Fix minor typo in test.

2017-07-15 Thread Justin Pettit
> On Jul 15, 2017, at 3:21 PM, Ben Pfaff wrote: > > On Sat, Jul 15, 2017 at 03:02:18PM -0700, Justin Pettit wrote: >> >>> On Jul 14, 2017, at 12:59 PM, Ben Pfaff wrote: >>> >>> On Sun, Jul 09, 2017 at 11:51:40PM -0700, Justin Pettit wrote: Signed-off-by:

[ovs-dev] [PATCH] OpenFlow: Add support for "group delete" flow removed reason to 1.3.

2017-07-15 Thread Justin Pettit
Signed-off-by: Justin Pettit --- Documentation/topics/design.rst| 2 +- include/openflow/openflow-common.h | 6 -- lib/ofp-util.c | 18 -- tests/ofproto.at | 14 +++--- 4 files changed, 24 insertions(+), 16

Re: [ovs-dev] [PATCH] appveyor: Fix broken URL

2017-07-15 Thread Ben Pfaff
On Fri, Jul 14, 2017 at 11:33:23AM +, Alin Serdean wrote: > The commit 2e72898bbab40f48cc3fe77ce0273bb9bb66e9ac bumped the OpenSSL > version, but got the URL wrong. > > Use uppercase `L` instead of lowercase `l`. > > Signed-off-by: Alin Gabriel Serdean

Re: [ovs-dev] [PATCH] acinclude.m4: Avoid echo -n

2017-07-15 Thread Ben Pfaff
On Sun, Jul 16, 2017 at 12:17:28AM +0900, YAMAMOTO Takashi wrote: > -n option for echo is not portable. Use printf instead. > This fixes OSX build on travis-ci. > > Signed-off-by: YAMAMOTO Takashi Good catch, thank you! Acked-by: Ben Pfaff

Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-15 Thread Ben Pfaff
On Fri, Jul 14, 2017 at 09:26:36PM -0400, Russell Bryant wrote: > On Fri, Jul 14, 2017 at 4:46 AM, Timothy M. Redaelli > wrote: > > On 07/13/2017 07:21 PM, Ben Pfaff wrote: > >> On Thu, Jul 13, 2017 at 04:29:33PM +0200, Timothy Redaelli wrote: > >>> test_snprintf function

Re: [ovs-dev] [PATCH] ofproto.at: Fix minor typo in test.

2017-07-15 Thread Justin Pettit
> On Jul 14, 2017, at 12:59 PM, Ben Pfaff wrote: > > On Sun, Jul 09, 2017 at 11:51:40PM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit >> --- >> tests/ofproto.at | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

Re: [ovs-dev] [PATCH V3 net] openvswitch: Fix for force/commit action failures

2017-07-15 Thread David Miller
From: Greg Rose Date: Fri, 14 Jul 2017 12:42:49 -0700 > When there is an established connection in direction A->B, it is > possible to receive a packet on port B which then executes > ct(commit,force) without first performing ct() - ie, a lookup. > In this case, we would

Re: [ovs-dev] [PATCH] dpif-netdev: Initialize 'tun_md' member of match.

2017-07-15 Thread Justin Pettit
> On Jul 14, 2017, at 12:57 PM, Ben Pfaff wrote: > > On Sun, Jul 09, 2017 at 11:51:38PM -0700, Justin Pettit wrote: >> Found by valgrind. > > Acked-by: Ben Pfaff Thanks. I pushed this to master. --Justin ___ dev

Re: [ovs-dev] [PATCH] vlog: Make "vlog/set" without args set everything to "dbg".

2017-07-15 Thread Justin Pettit
> On Jul 14, 2017, at 12:58 PM, Ben Pfaff wrote: > > On Sun, Jul 09, 2017 at 11:51:41PM -0700, Justin Pettit wrote: >> The documentation stated that "ovs-appctl vlog/set" without any >> arguments should set every module and destination to debug level. >> >> Signed-off-by: Justin

Re: [ovs-dev] [patch_v5 0/5] Userspace Datapath: Add ALG support.

2017-07-15 Thread Darrell Ball
V5 is superceded; I sent a V6. I inadvertently removed an include, noticeable in the Travis OSX build, which was recently otherwise broken. With Takashi’s fix folded in, I was able to detect the other problem. https://patchwork.ozlabs.org/patch/788919/ Thanks Darrell On 7/15/17, 10:22 AM,

[ovs-dev] [patch_v6 5/5] NEWS: Announce userspace datapath ALG support.

2017-07-15 Thread Darrell Ball
Signed-off-by: Darrell Ball --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index f2e453a..d5fd58d 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,7 @@ Post-v2.7.0 abbreviated to 4 hex digits. - Userspace Datapath: * Added NAT support for

[ovs-dev] [patch_v6 4/5] System tests: Add 4 new ftp and tftp tests.

2017-07-15 Thread Darrell Ball
In order to have full coverage of ALGs for the userspace datapath, it is necessary to add 4 new tests. Three of these will cover passive ftp, including basic V6 passive ftp, V4 passive ftp with NAT and sequence skew and V6 passive ftp with NAT. The last test will cover tftp with NAT. Before these

[ovs-dev] [patch_v6 1/5] Userspace Datapath: Add ALG infra and FTP.

2017-07-15 Thread Darrell Ball
ALG infra and FTP (both V4 and V6) support is added to the userspace datapath. Also, NAT support is included. Signed-off-by: Darrell Ball --- lib/conntrack-private.h | 35 +- lib/conntrack.c | 1051 +++ lib/conntrack.h

[ovs-dev] [patch_v6 3/5] System tests: Enable ALGs for userspace.

2017-07-15 Thread Darrell Ball
Signed-off-by: Darrell Ball --- tests/system-userspace-macros.at | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at index 6e3d468..417aa4f 100644 --- a/tests/system-userspace-macros.at

[ovs-dev] [patch_v6 2/5] Userspace Datapath: Add TFTP support.

2017-07-15 Thread Darrell Ball
Both ipv4 and ipv6 are supported. Also, NAT support is included. Signed-off-by: Darrell Ball --- include/sparse/netinet/in.h | 1 + lib/conntrack.c | 39 ++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git

[ovs-dev] [patch_v6 0/5] Userspace Datapath: Add ALG support.

2017-07-15 Thread Darrell Ball
ALG infra is added with support for FTP and TFTP. Both V4 and V6 are supported. Also, NAT is supported. Three passive ftp system tests are added to complete testing coverage of ftp for the userspace datapath, as the existing coverage of passive ftp was limited to one part of one test for V4

Re: [ovs-dev] Fail to netdev_open internal iface with error "File exists"

2017-07-15 Thread Guru Shetty
IMO, we pretty much have a broken branch-2.7 for a while now. I can't seem to get geneve tunnels to work across 2 machines in a flaky way. I am not sure whether this is the cause of the problem, but looks like others are seeing similar issues. On 14 July 2017 at 06:34, Huanle Han

[ovs-dev] [patch_v5 4/5] System tests: Add 4 new ftp and tftp tests.

2017-07-15 Thread Darrell Ball
In order to have full coverage of ALGs for the userspace datapath, it is necessary to add 4 new tests. Three of these will cover passive ftp, including basic V6 passive ftp, V4 passive ftp with NAT and sequence skew and V6 passive ftp with NAT. The last test will cover tftp with NAT. Before these

[ovs-dev] [patch_v5 3/5] System tests: Enable ALGs for userspace.

2017-07-15 Thread Darrell Ball
Signed-off-by: Darrell Ball --- tests/system-userspace-macros.at | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at index 6e3d468..417aa4f 100644 --- a/tests/system-userspace-macros.at

[ovs-dev] [patch_v5 2/5] Userspace Datapath: Add TFTP support.

2017-07-15 Thread Darrell Ball
Both ipv4 and ipv6 are supported. Also, NAT support is included. Signed-off-by: Darrell Ball --- include/sparse/netinet/in.h | 1 + lib/conntrack.c | 39 ++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git

[ovs-dev] [patch_v5 0/5] Userspace Datapath: Add ALG support.

2017-07-15 Thread Darrell Ball
ALG infra is added with support for FTP and TFTP. Both V4 and V6 are supported. Also, NAT is supported. Three passive ftp system tests are added to complete testing coverage of ftp for the userspace datapath, as the existing coverage of passive ftp was limited to one part of one test for V4

[ovs-dev] [PATCH] acinclude.m4: Avoid echo -n

2017-07-15 Thread YAMAMOTO Takashi
-n option for echo is not portable. Use printf instead. This fixes OSX build on travis-ci. Signed-off-by: YAMAMOTO Takashi --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 48fc856..05c57b8 100644 ---

[ovs-dev] Gold Dust/Bars & Diamonds

2017-07-15 Thread Jerry Morrison via dev
Dear Friend, Greetings and due regards are meant in this communication. I am a Miner and i represent a cooperative group of local miners of Gold and Diamonds in the Republic of Ghana. We have Alluvial Gold Dust/Bars & Diamonds for sale,we can supply between 10kg-500kg of Gold and Crystal White

Re: [ovs-dev] [PATCH 5/6] ovn.at: Use a correct operator in a test expression

2017-07-15 Thread Takashi YAMAMOTO
On Sat, Jul 15, 2017 at 6:56 AM, Ben Pfaff wrote: > On Sat, Jul 15, 2017 at 02:39:45AM +0900, YAMAMOTO Takashi wrote: > > == is a GNU extension. > > > > Signed-off-by: YAMAMOTO Takashi > > I wish this didn't exist in the GNU version. It's a useless extension. >

Re: [ovs-dev] [PATCH 6/6] packet-type-aware.at: Avoid GNU extension

2017-07-15 Thread Takashi YAMAMOTO
On Sat, Jul 15, 2017 at 6:56 AM, Ben Pfaff wrote: > On Sat, Jul 15, 2017 at 02:39:46AM +0900, YAMAMOTO Takashi wrote: > > \t is GNU sed extension. > > > > Signed-off-by: YAMAMOTO Takashi > > Acked-by: Ben Pfaff > applied to master. thank you.

Re: [ovs-dev] [PATCH 3/6] pmd.at: Avoid using GNU sed extension

2017-07-15 Thread Takashi YAMAMOTO
On Sat, Jul 15, 2017 at 6:55 AM, Ben Pfaff wrote: > On Sat, Jul 15, 2017 at 02:39:43AM +0900, YAMAMOTO Takashi wrote: > > BRE alternative (\|) is an GNU sed extension. [1] > > It isn't available in NetBSD sed. > > > > [1]

Re: [ovs-dev] [PATCH 2/6] NetBSD: Stop recommending pkg_alternatives

2017-07-15 Thread Takashi YAMAMOTO
On Sat, Jul 15, 2017 at 6:55 AM, Ben Pfaff wrote: > On Sat, Jul 15, 2017 at 02:39:42AM +0900, YAMAMOTO Takashi wrote: > > Because: > > - It's no longer necessary > > - It can cause problems for some utilities (e.g. ovs-pcap) > > Cf.

Re: [ovs-dev] [PATCH 1/6] interface-reconfigure.at: Use $PYTHON explicitly

2017-07-15 Thread Takashi YAMAMOTO
On Sat, Jul 15, 2017 at 6:55 AM, Ben Pfaff wrote: > On Sat, Jul 15, 2017 at 02:39:41AM +0900, YAMAMOTO Takashi wrote: > > Workaround pkg_alternative issue for NetBSD: > > http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51152 > > > > An alternative would be generating

[ovs-dev] problem in the connection of openvswitch 2.7.90 to the controller

2017-07-15 Thread rihab isims
Hi all, My problem is when i upgraded the switch to openvswitch 2.7.90 in a mininet environment. the controller detects switches only for fiew minutes then their is no connection with switches. i tied with different versions of Floodlight controllers, i am sure that the problem is related to

[ovs-dev] hi

2017-07-15 Thread Susan Jean
Can we discuss an issue ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev