Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when necessary.

2016-07-28 Thread nickcooper-zhangtonghao
ate: 07/27/2016 09:48 PM > > Subject: Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when > > necessary. > > Sent by: "dev" > > > > > > > On Jul 28, 2016, at 5:03 AM, Ben Pfaff wrote: > > > > > > On Mon, Jul 25, 2016

Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when necessary.

2016-07-28 Thread Ryan Moats
"dev" wrote on 07/27/2016 09:47:47 PM: > From: nickcooper-zhangtonghao > To: Ben Pfaff > Cc: dev@openvswitch.org > Date: 07/27/2016 09:48 PM > Subject: Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when necessary. > Sent by: "dev" > > >

Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when necessary.

2016-07-27 Thread nickcooper-zhangtonghao
> On Jul 28, 2016, at 5:03 AM, Ben Pfaff wrote: > > On Mon, Jul 25, 2016 at 09:23:19AM -0700, nickcooper-zhangtonghao wrote: >> If the logical router ports without 'peer' or the port named peer >> is not created, it is unnecessary to insert the ports into the >> southbound Port_Binding table. >>

Re: [ovs-dev] [PATCH] ovn-northd: create patch ports when necessary.

2016-07-27 Thread Ben Pfaff
On Mon, Jul 25, 2016 at 09:23:19AM -0700, nickcooper-zhangtonghao wrote: > If the logical router ports without 'peer' or the port named peer > is not created, it is unnecessary to insert the ports into the > southbound Port_Binding table. > > Similarly, if logical switch ports of type 'router' don

[ovs-dev] [PATCH] ovn-northd: create patch ports when necessary.

2016-07-25 Thread nickcooper-zhangtonghao
If the logical router ports without 'peer' or the port named peer is not created, it is unnecessary to insert the ports into the southbound Port_Binding table. Similarly, if logical switch ports of type 'router' don't contain 'router-port' value, these ports will not be inserted. This patch may o