Merge pull request #209 from rebortg/fixBuild

Fix build
This commit is contained in:
Robert Göhler 2020-02-18 20:52:24 +01:00 committed by GitHub
commit b07f0668c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 3828 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -1,16 +1,21 @@
.. cmd-index: .. _cmd-index:
################# #################
Command Reference Command Reference
################# #################
Operational Commands Operational Commands
==================== ====================
.. _op_cmd_list:
.. opcmdlist:: .. opcmdlist::
Configuration Commands Configuration Commands
====================== ======================
.. _cfg_cmd_list:
.. cfgcmdlist:: .. cfgcmdlist::

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 199 KiB

View File

@ -18,7 +18,7 @@ We have three networks.
This specific example is for a router on a stick, but is very easily adapted This specific example is for a router on a stick, but is very easily adapted
for however many NICs you have. for however many NICs you have.
.. image:: zone-policy-diagram.svg .. image:: /_static/images/zone-policy-diagram.png
:width: 80% :width: 80%
:align: center :align: center
:alt: Network Topology Diagram :alt: Network Topology Diagram

View File

@ -5,11 +5,11 @@ CLI
### ###
The VyOS :abbr:`CLI (Command-Line Interface)` comprises an The VyOS :abbr:`CLI (Command-Line Interface)` comprises an
:ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. operational and a configuration mode.
Operational mode allows for commands to perform operational system tasks and Operational mode allows for commands to perform operational system tasks and
view system and service status, while configuration mode allows for the view system and service status, while configuration mode allows for the
modification of system configuration. The :ref:`command tree page<commandtree>` modification of system configuration. The :ref:`cmd-index`
lists available commands and their functions. lists available commands and their functions.
The CLI provides a built-in help system. In the CLI the ``?`` key may be used The CLI provides a built-in help system. In the CLI the ``?`` key may be used