Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-15 Thread Ben Pfaff
On Fri, Apr 15, 2016 at 10:52:13PM +0800, Na Zhu wrote: > 5.7.9 Application-specific password required. Learn more at > 5.7.9 https://support.google.com/accounts/answer/185833 Did you read that webpage? ___ dev mailing list dev@openvswitch.org http://o

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-15 Thread Na Zhu
IBM@IBMCN Cc: Ben Pfaff , ovs dev , Na Zhu Date: 2016/04/15 22:22 Subject: Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router On Fri, Apr 15, 2016 at 9:51 AM, Na Zhu wrote: Hi Ben, How to fix the word-wrapped issue? I've suggested this a couple

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-15 Thread Russell Bryant
On Fri, Apr 15, 2016 at 9:51 AM, Na Zhu wrote: > Hi Ben, > > How to fix the word-wrapped issue? > I've suggested this a couple of times already, but have you tried posting with git-send-email yet? https://git-scm.com/docs/git-send-email -- Russell Bryant __

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-15 Thread Na Zhu
Date: 2016/04/15 05:51 Subject:Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router Sent by:"dev" On Tue, Apr 12, 2016 at 11:43:23AM +0800, Na Zhu wrote: > This patch add column "enabled" to table Logical_Router > for setting r

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-14 Thread Ben Pfaff
On Tue, Apr 12, 2016 at 11:43:23AM +0800, Na Zhu wrote: > This patch add column "enabled" to table Logical_Router > for setting router administrative state. > > The type of "enabled" is bool. > > If the administrative state is false, delete all the flows > relevant to the logical router from tabl

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-12 Thread Russell Bryant
On Mon, Apr 11, 2016 at 11:13 PM, Na Zhu wrote: > Hi Russel, > > If i use "git send-mail", can i still use IBM mail client, or should i > change to use gmail client? > You configure git-send-email with your SMTP server of choice. I don't know if it will work with an IBM SMTP server. I do know

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Na Zhu
Hi Russel, I use my gmail to send the review again, now it is available in below place. https://patchwork.ozlabs.org/patch/609231/ Regards, Juno Zhu IBM China Development Labs (CDL) Cloud IaaS Lab Email: na...@cn.ibm.com 5F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New Di

[ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Na Zhu
This patch add column "enabled" to table Logical_Router for setting router administrative state. The type of "enabled" is bool. If the administrative state is false, delete all the flows relevant to the logical router from table Logical_Flow. Signed-off-by: Na Zhu --- ovn/northd/ovn-northd.8.x

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Na Zhu
Hi Russel, If i use "git send-mail", can i still use IBM mail client, or should i change to use gmail client? Regards, Juno Zhu IBM China Development Labs (CDL) Cloud IaaS Lab Email: na...@cn.ibm.com 5F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New District, Shanghai, Chi

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Russell Bryant
On Mon, Apr 11, 2016 at 9:47 AM, Ryan Moats wrote: > Russell Bryant wrote on 04/11/2016 08:40:34 AM: > > > From: Russell Bryant > > To: Na Zhu > > Cc: ovs dev , Ryan Moats/Omaha/IBM@IBMUS > > Date: 04/11/2016 08:41 AM > > Subject: Re: [PATCH v3 1/1] ovn: Add column enabled to table > Logical_R

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Ryan Moats
Russell Bryant wrote on 04/11/2016 08:40:34 AM: > From: Russell Bryant > To: Na Zhu > Cc: ovs dev , Ryan Moats/Omaha/IBM@IBMUS > Date: 04/11/2016 08:41 AM > Subject: Re: [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router > > On Mon, Apr 11, 2016 at 12:47 AM, Na Zhu wrote: > This p

Re: [ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-11 Thread Russell Bryant
On Mon, Apr 11, 2016 at 12:47 AM, Na Zhu wrote: > This patch add column "enabled" to table Logical_Router > for setting router administrative state. > > The type of "enabled" is bool. > > If the administrative state is false, delete all the flows > relevant to the logical router from table Logica

[ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-10 Thread Na Zhu
This patch add column "enabled" to table Logical_Router for setting router administrative state. The type of "enabled" is bool. If the administrative state is false, delete all the flows relevant to the logical router from table Logical_Flow. Signed-off-by: Na Zhu --- ovn/northd/ovn-northd.8.x

[ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-06 Thread Na Zhu
This patch add column "enabled" to table Logical_Router for setting router administrative state. The type of "enabled" is bool. If the administrative state is false, delete all the flows relevant to the logical router from table Logical_Flow. Signed-off-by: Na Zhu --- ovn/northd/ovn-northd.8.x