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

Ben Pfaff blp at nicira.com
Tue Sep 1 18:29:55 UTC 2015


[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 ovn-architecture(7) mentioning that
ovn-controller will create the integration bridge?  It's still possible
that the platform will want to create the integration bridge before
starting ovn-controller, if it wants to add vifs to that bridge in
advance.  So now it becomes optional.

I wonder whether ovn-controller(8) should mention this behavior.



More information about the dev mailing list