Re: [ovs-dev] [RFC v2 04/11] ovn: Add patch ports for ovn bridge mappings.

2015-07-17 Thread Russell Bryant
On 07/17/2015 04:04 PM, Ben Pfaff wrote: > On Fri, Jul 17, 2015 at 03:20:00PM -0400, Russell Bryant wrote: >> On 07/16/2015 08:07 PM, Ben Pfaff wrote: >>> On Thu, Jul 16, 2015 at 06:06:12PM -0400, Russell Bryant wrote: While parsing the OVN bridge mapping configuration, ensure that patch

Re: [ovs-dev] [RFC v2 04/11] ovn: Add patch ports for ovn bridge mappings.

2015-07-17 Thread Ben Pfaff
On Fri, Jul 17, 2015 at 03:20:00PM -0400, Russell Bryant wrote: > On 07/16/2015 08:07 PM, Ben Pfaff wrote: > > On Thu, Jul 16, 2015 at 06:06:12PM -0400, Russell Bryant wrote: > >> While parsing the OVN bridge mapping configuration, ensure that patch > >> ports exist between the OVN integration brid

Re: [ovs-dev] [RFC v2 04/11] ovn: Add patch ports for ovn bridge mappings.

2015-07-17 Thread Russell Bryant
On 07/16/2015 08:07 PM, Ben Pfaff wrote: > On Thu, Jul 16, 2015 at 06:06:12PM -0400, Russell Bryant wrote: >> While parsing the OVN bridge mapping configuration, ensure that patch >> ports exist between the OVN integration bridge and the physical >> network bridge. If they do not exist, create the

Re: [ovs-dev] [RFC v2 04/11] ovn: Add patch ports for ovn bridge mappings.

2015-07-16 Thread Ben Pfaff
On Thu, Jul 16, 2015 at 06:06:12PM -0400, Russell Bryant wrote: > While parsing the OVN bridge mapping configuration, ensure that patch > ports exist between the OVN integration bridge and the physical > network bridge. If they do not exist, create them automatically. > > Signed-off-by: Russell B

[ovs-dev] [RFC v2 04/11] ovn: Add patch ports for ovn bridge mappings.

2015-07-16 Thread Russell Bryant
While parsing the OVN bridge mapping configuration, ensure that patch ports exist between the OVN integration bridge and the physical network bridge. If they do not exist, create them automatically. Signed-off-by: Russell Bryant --- ovn/controller/ovn-controller.c | 107