On Fri, May 8, 2020 at 11:59 AM <[email protected]> wrote: > From: Ryan Goulding <[email protected]> > > Fixes a small wording error in README.rst, and reformats following lines to > adhere to a max length of 80 characters in the given context. > > Submitted-at: https://github.com/ovn-org/ovn/pull/41 > Signed-off-by: Ryan Goulding <[email protected]> > Signed-off-by: Numan Siddique <[email protected]> >
Thanks Ryan for the PR. I applied this patch to master. Thanks Numan > --- > AUTHORS.rst | 1 + > README.rst | 9 ++++----- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/AUTHORS.rst b/AUTHORS.rst > index 77f35ada9..b307a9359 100644 > --- a/AUTHORS.rst > +++ b/AUTHORS.rst > @@ -317,6 +317,7 @@ Romain Lenglet > [email protected] > Roni Bar Yanai [email protected] > Russell Bryant [email protected] > RYAN D. MOATS [email protected] > +Ryan Goulding [email protected] > Ryan Wilson > Sairam Venugopal [email protected] > Sajjad Lateef > diff --git a/README.rst b/README.rst > index d6f148181..07174ba57 100644 > --- a/README.rst > +++ b/README.rst > @@ -12,11 +12,10 @@ OVN (Open Virtual Network) is a series of daemons that > translates virtual > network configuration into OpenFlow, and installs them into Open vSwitch. > It is licensed under the open source Apache 2 license. > > -OVN is provides a higher-layer abstraction then Open vSwitch, working with > -logical routers and logical switches, rather than flows. OVN is intended > to be > -used by cloud management software (CMS). For details about the > architecture of > -OVN, see the ovn-architecture manpage. Some high-level features offered > by OVN > -include > +OVN provides a higher-layer abstraction then Open vSwitch, working with > logical > +routers and logical switches, rather than flows. OVN is intended to be > used by > +cloud management software (CMS). For details about the architecture of > OVN, see > +the ovn-architecture manpage. Some high-level features offered by OVN > include: > > * Distributed virtual routers > * Distributed logical switches > -- > 2.26.2 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
