diff options
author | John DeNisco <jdenisco@cisco.com> | 2019-12-10 14:25:50 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-12-11 20:41:24 +0000 |
commit | 4f85968a43d3de253e7d69bb0d03e542e4a27f9c (patch) | |
tree | f6e77a3089d7e6a5a558dc9f46c618d793e3c039 /docs/gettingstarted/users/configutil/index.rst | |
parent | d4c709222b67f6c45ee7064637f69de9e9509222 (diff) |
docs: Rework the startup configuration section
Type: docs
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: Ic60aac96a4aeb5532f98dfb85c776bf549c0d660
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'docs/gettingstarted/users/configutil/index.rst')
-rw-r--r-- | docs/gettingstarted/users/configutil/index.rst | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/gettingstarted/users/configutil/index.rst b/docs/gettingstarted/users/configutil/index.rst deleted file mode 100644 index 6cf3a3076f3..00000000000 --- a/docs/gettingstarted/users/configutil/index.rst +++ /dev/null @@ -1,30 +0,0 @@ -.. _configutil: - -######################### -VPP Configuration Utility -######################### - -This guide provides instructions on how to install and use the vpp configuration -utility. - -The FD.io VPP Configuration Utility, or vpp-config, allows the user to configure -FD.io VPP in a simple and safe manner. The utility takes input from the user and -creates the configuration files in a dry run directory. The user should then examine -these files for correctness. If the configuration files look correct, the user -can then apply the configuration. Once the configuration is applied the user -should then check the system configuration with the utility and see if it was -applied correctly. - -This utility also includes a utility that can be used to install or uninstall FD.io VPP -packages. This should be used to insure the latest tested release is installed. - -.. toctree:: - - installing - usingvppconfig - commandfour - commandone - commandtwo - commandthree - configapplied - |