diff options
author | Dave Barach <dave@barachs.net> | 2019-10-06 09:19:29 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-07 13:20:41 +0000 |
commit | 56f62afe634101231b0d05479dbc9a5afd45d9e2 (patch) | |
tree | 97574adce9a9328c1125abe1356e8e75d8261e43 | |
parent | 364b20a6ad1676741cfc360bdaec32b199cf49d6 (diff) |
docs: grammar police raid
Edit the front-page intro text. Fix egregious grammar errors,
including an "it's" vs. "its" blunder.
Type: docs
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: If9d7d07899c402cd49bbae988110a15216035b02
-rw-r--r-- | docs/index.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst index d8b7ba435fb..0fa3b21e768 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,14 +7,16 @@ FD.io VPP ######### -FD.io Vector Packet Processing (VPP) is a fast, scalable and multi-platform network stack. +FD.io Vector Packet Processing (VPP) is a fast, scalable layer 2-4 +multi-platform network stack. VPP supports integration with OpenStack +and Kubernetes. Network management features include configuration, +counters and sampling. Development tools include plugin extensibility, +high-performance event-logging, multiple kinds of packet tracing; +debug images include extensive consistency checking. -FD.io VPP is, at it's core, a scalable layer 2-4 network stack. -It supports integration into both Open Stack and Kubernetes environments. -It supports network management features including configuration, counters and sampling. -It supports extending with plugins, tracing and debugging. -It supports use cases such as vSwitch, vRouter, Gateways, Firewalls and Load Balancers, to name but a few. -Finally it is useful both a software development kit or an appliance out of the box. +Use-cases include vSwitch, vRouter, Gateways, Firewalls and Load +Balancers, to name several. Out of the box, VPP works as a software +development kit or an appliance. .. toctree:: :maxdepth: 2 |