Re: [ovs-dev] [PATCH v7 2/3] ovn: Automatically create br-int in ovn-controller.

2015-09-01 Thread Ben Pfaff
On Tue, Sep 01, 2015 at 03:09:04PM -0400, Russell Bryant wrote: > On 09/01/2015 02:29 PM, Ben Pfaff wrote: > > [This is probably threaded wrong; somehow the patch didn't make it into > > my inbox and I had to apply it from the archive.] > > Weird. I use git-send-email and always give it the messa

Re: [ovs-dev] [PATCH v7 2/3] ovn: Automatically create br-int in ovn-controller.

2015-09-01 Thread Russell Bryant
On 09/01/2015 02:29 PM, Ben Pfaff wrote: > [This is probably threaded wrong; somehow the patch didn't make it into > my inbox and I had to apply it from the archive.] Weird. I use git-send-email and always give it the message-id of patch 0/N of the last revision to reply to. > It seems that, whe

Re: [ovs-dev] [PATCH v7 2/3] ovn: Automatically create br-int in ovn-controller.

2015-09-01 Thread Ben Pfaff
[This is probably threaded wrong; somehow the patch didn't make it into my inbox and I had to apply it from the archive.] It seems that, when create_br_int() creates the integration bridge, it should return it to get_br_int() so that it can return it (instead of NULL). Should we add some text to

[ovs-dev] [PATCH v7 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-26 Thread Russell Bryant
ovn-controller previously required the integration bridge to be created before running ovn-controller. This patch makes ovn-controller automatically create it if it doesn't already exist. Signed-off-by: Russell Bryant --- ovn/controller/ovn-controller.c | 65 ++--