diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-02 15:03:15 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-08-03 09:07:18 +0000 |
commit | c64ba6dc6ab9e3b06feac1a86c2f59d7052609ce (patch) | |
tree | 7102af8eaebcf4d9296eb3c5519a5b72ed62a417 /docs/gettingstarted/users/configutil/usingvppconfig.rst | |
parent | 5c482a9de3b28a5609b1c2029d1c2dc12466109c (diff) |
docs: Incororate Scott's overall review
Change-Id: Ic70a62e17891fa9291a5274400ae89f1d6194b6e
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/users/configutil/usingvppconfig.rst')
-rw-r--r-- | docs/gettingstarted/users/configutil/usingvppconfig.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/gettingstarted/users/configutil/usingvppconfig.rst b/docs/gettingstarted/users/configutil/usingvppconfig.rst index 4f1ce6c3c30..8694a83341f 100644 --- a/docs/gettingstarted/users/configutil/usingvppconfig.rst +++ b/docs/gettingstarted/users/configutil/usingvppconfig.rst @@ -8,14 +8,15 @@ The vpp-config utility provides the user with several different menus. This allo user to configure ports, some performance characteristics, the number of huge pages and install/uninstall the released FD.io packages. -It is recommended that the menu options are executed in this order. +It is recommended that the menu command options, noted below as *"x)"*, are run in +this order (command option 4 first, then options 1,2,3): #. :ref:`4) List/Install/Uninstall VPP <config-command-four>` #. :ref:`1) Show basic system information <config-command-one>` #. :ref:`2) Dry Run <config-command-two>` #. :ref:`3) Full Configuration <config-command-three>` -Once vpp-config is installed as a root user execute the following +Once vpp-config is installed as a root user, then run the following code: .. code-block:: console @@ -44,8 +45,8 @@ Once vpp-config is installed as a root user execute the following Default Values ============== -If you do not choose to modify the default for any of the questions prompted by vpp-config, -you may press the ENTER key to select the default options: +If you do not choose to modify the default for any of the questions prompted by vpp-config, then +you may press the **ENTER** key to select the default options: * Questions that ask [Y/n], the capital letter Y is the default answer. * Numbers have their default within brackets, such as in [1024], the 1024 is the default. |