On 08/25/2015 02:11 PM, Russell Bryant wrote: > 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 <rbry...@redhat.com> > --- > ovn/controller/ovn-controller.c | 65 > ++++++++++++++++++++++++++++++++++------- > ovn/ovn-architecture.7.xml | 3 ++ > tutorial/ovs-sandbox | 2 -- > 3 files changed, 57 insertions(+), 13 deletions(-) >
> diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml > index c9ac597..1d812cf 100644 > --- a/ovn/ovn-architecture.7.xml > +++ b/ovn/ovn-architecture.7.xml > @@ -249,6 +249,9 @@ > </p> > > <dl> > + <!-- Keep the following in sync with create_br_int() in > + ovn/controller/ovn-controller.c. --> > + > <dt><code>fail-mode=secure</code></dt> > <dd> > Avoids switching packets between isolated logical networks before Sigh.. I threw this comment in at the last second and it breaks xml2nroff, but moving it like this fixes it: > @@ -248,10 +248,9 @@ > <code>ovs-vswitchd.conf.db</code>(5): > </p> > > + <!-- Keep the following in sync with create_br_int() in > + ovn/controller/ovn-controller.c. --> > <dl> > - <!-- Keep the following in sync with create_br_int() in > - ovn/controller/ovn-controller.c. --> > - > <dt><code>fail-mode=secure</code></dt> > <dd> > Avoids switching packets between isolated logical networks before -- Russell Bryant _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev