Re: [ovs-dev] [PATCH v4 2/2] ovn-trace: New --ovs option to also print OpenFlow flows.

2016-12-27 Thread Justin Pettit
> On Dec 21, 2016, at 3:25 PM, Ben Pfaff wrote: > > Sometimes seeing the OpenFlow flows that back a given logical flow can > provide additional insight. This commit adds a new --ovs option to > ovn-trace that makes it connect to Open vSwitch over OpenFlow and retrieve > and print the OpenFlow f

Re: [ovs-dev] [PATCH v4 1/2] ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.

2016-12-27 Thread Justin Pettit
> On Dec 21, 2016, at 3:25 PM, Ben Pfaff wrote: > > diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c > index 1d8fbf3..7449293 100644 > --- a/ovn/controller/ofctrl.c > +++ b/ovn/controller/ofctrl.c > @@ -57,6 +57,7 @@ struct ovn_flow { > /* Data. */ > struct ofpact *ofpacts;

[ovs-dev] [PATCH] ofproto: Fix crash on flow monitor request with tun_metadata.

2016-12-27 Thread Daniele Di Proietto
nx_put_match() needs a non-NULL tunnel metadata table, otherwise it will crash if a flow matches on tunnel metadata. This wasn't handled in ofputil_append_flow_update(), causing a crash when the controller sent a flow monitor request. To fix the problem, this commit changes ofputil_append_flow_up

Re: [ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-27 Thread Ben Pfaff
On Tue, Dec 27, 2016 at 06:22:06PM -0800, Piyush Agarwal wrote: > I am trying to get ovs up and running on Raspbian (Jessie). > > I installed the following: > > apt-get install openvswitch-switch > apt-get install openvswitch-common > > I see lsmod shows openvswitch module loaded fine. > > I st

[ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-27 Thread Piyush Agarwal
Hi, I am trying to get ovs up and running on Raspbian (Jessie). I installed the following: apt-get install openvswitch-switch apt-get install openvswitch-common I see lsmod shows openvswitch module loaded fine. I started ovsdb-server, ovs-vsctl init and ovs-vswitchd and all of them came up fine

Re: [ovs-dev] [PATCH v5] ovn-ctl: add support for SSL nb/sb db connections

2016-12-27 Thread Lance Richardson
> From: "Numan Siddique" > To: "Ben Pfaff" > Cc: "Lance Richardson" , "Russell Bryant" > , "ovs dev" > Sent: Tuesday, December 27, 2016 4:04:19 AM > Subject: Re: [PATCH v5] ovn-ctl: add support for SSL nb/sb db connections > > On Fri, Dec 23, 2016 at 5:13 AM, Ben Pfaff wrote: > > > I see tha

[ovs-dev] [RFC PATCH 5/5] added code and documentation to extend ovn-nbctl for port-chain, port-pair-groups, port-pairs and ACL SFC action

2016-12-27 Thread John McDowall
These changes provide the necessary CLI support in ovn-nbctl to control the SFC. There are new commands for port-chain, port-pair-groups, port-pairs and extensions to ACLs to added a new action 'sfc'. Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discu

[ovs-dev] [RFC PATCH 2/5] OVN: SFC Implementation: New stage for SFC and modified ACL stage

2016-12-27 Thread John McDowall
This is the major body of code that implements SFC. There is a new L2 stage added to perform the chaining operations and modifications to the ACL stage to direct flows to the service chain. Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-Ma

[ovs-dev] [RFC PATCH 3/5] Included architecture of SFC in documentation

2016-12-27 Thread John McDowall
This a write up of the architecture. It needs updating bu the basics are correct. Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-March/040381.html Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-May/041359.html Signed

[ovs-dev] [RFC PATCH 4/5] Extended schema to include port-chain, port-pair-groups, port-pairs and added ACL SFC action

2016-12-27 Thread John McDowall
Along with the changes to ovn-northd.c these are the corresponding changes to the northbound database. Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-March/040381.html Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-May

[ovs-dev] [RFC PATCH 0/5] OVN: SFC Implementation

2016-12-27 Thread John McDowall
This patchset is the first round at having Service Function Chaining functionality through OVN. The implementation is done entirely on the northbound side of OVN. It is a bump on the wire implementation, so no attempt is being made in keeping state while packets visit each hop of the chain. ACLs ar

[ovs-dev] [RFC PATCH 1/5] OVN: SFC Implemnentation - documentation for SFC ACL Action

2016-12-27 Thread John McDowall
This is minor changes to documentation to support additional ACL action. Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-March/040381.html Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-May/041359.html Signed-off-by: J

[ovs-dev] BUSINESS ASSISTANT NEEDED

2016-12-27 Thread USMAN HASSAN
___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v5] ovn-ctl: add support for SSL nb/sb db connections

2016-12-27 Thread Guoshuai Li
I have a question to ask: How to do OVSDB Replication used SSL ? If OVSDB cluster used by pacemaker, the OVSDB standby node is read-noly. And unable to execute command "ovn-nbctl set-ssl" Whether the SSL table is need not read-only ? Thanks, On 2016/12/27 19:04, Numan Siddique wrote: On

Re: [ovs-dev] [PATCH v5] ovn-ctl: add support for SSL nb/sb db connections

2016-12-27 Thread Numan Siddique
On Fri, Dec 23, 2016 at 5:13 AM, Ben Pfaff wrote: > I see that Numan acked this. Russell, are you satisfied? > > Thanks, > > Ben. > > On Thu, Dec 22, 2016 at 01:54:44PM -0500, Lance Richardson wrote: > > Add support for SSL connections to OVN northbound and/or > > southbound databases. > > > > T

[ovs-dev] Please Dear !, I need your help to invest in your country,

2016-12-27 Thread Mrs Aisha Gaddafi via dev
Assalamu Alaikum Wa Rahmatullahi Wa Barakatuh, Dear Friend, I came across your e-mail contact prior a private search while in need of your assistance. My name is Aisha Gaddafi a single Mother and a Widow with three Children. I am the only biological Daughter of late Libyan President (Late C