mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Revert "prevent douple heading"
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af.
This commit is contained in:
parent
c1ab520c42
commit
d57d6969f6
@ -1,12 +1,8 @@
|
|||||||
.. _about:
|
.. _about:
|
||||||
|
|
||||||
############
|
#####
|
||||||
Introduction
|
|
||||||
############
|
|
||||||
|
|
||||||
*****
|
|
||||||
About
|
About
|
||||||
*****
|
#####
|
||||||
|
|
||||||
VyOS is an open source network operating system based on Debian GNU/Linux.
|
VyOS is an open source network operating system based on Debian GNU/Linux.
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,7 @@
|
|||||||
.. _releasenotes:
|
.. _releasenotes:
|
||||||
|
|
||||||
########
|
|
||||||
Appendix
|
|
||||||
########
|
|
||||||
|
|
||||||
*************
|
|
||||||
Release notes
|
Release notes
|
||||||
*************
|
#############
|
||||||
|
|
||||||
1.2 (Crux)
|
1.2 (Crux)
|
||||||
==========
|
==========
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
.. _configuration-overview:
|
.. _configuration-overview:
|
||||||
|
|
||||||
######
|
######################
|
||||||
Basics
|
|
||||||
######
|
|
||||||
|
|
||||||
**********************
|
|
||||||
Configuration Overview
|
Configuration Overview
|
||||||
**********************
|
######################
|
||||||
|
|
||||||
VyOS makes use of a unified configuration file for all system configuration:
|
VyOS makes use of a unified configuration file for all system configuration:
|
||||||
`config.boot`. This allows for easy template creation, backup, and replication
|
`config.boot`. This allows for easy template creation, backup, and replication
|
||||||
@ -199,7 +195,7 @@ replacements and ``-`` for deletions.
|
|||||||
vyos@vyos#
|
vyos@vyos#
|
||||||
|
|
||||||
It is also possible to display all `set` commands within configuration mode
|
It is also possible to display all `set` commands within configuration mode
|
||||||
using ``show | commands``
|
using ``show | commands`
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
@ -344,7 +340,7 @@ Archive
|
|||||||
VyOS automatically maintains backups of previous configurations.
|
VyOS automatically maintains backups of previous configurations.
|
||||||
|
|
||||||
Local archive and revisions
|
Local archive and revisions
|
||||||
---------------------------
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Revisions are stored on disk. You can view them, compare them, and rollback to
|
Revisions are stored on disk. You can view them, compare them, and rollback to
|
||||||
previous revisions if anything goes wrong.
|
previous revisions if anything goes wrong.
|
||||||
@ -391,7 +387,7 @@ command:
|
|||||||
vyos@vyos#
|
vyos@vyos#
|
||||||
|
|
||||||
Comparing Revisions
|
Comparing Revisions
|
||||||
^^^^^^^^^^^^^^^^^^^
|
"""""""""""""""""""
|
||||||
|
|
||||||
You can compare revisions with ``compare X Y`` command, where X and Y are
|
You can compare revisions with ``compare X Y`` command, where X and Y are
|
||||||
revision numbers. The output will describe how the configuration X is when
|
revision numbers. The output will describe how the configuration X is when
|
||||||
@ -415,7 +411,7 @@ x misses when compared to y.
|
|||||||
-}
|
-}
|
||||||
|
|
||||||
Rolling Back Changes
|
Rolling Back Changes
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
""""""""""""""""""""
|
||||||
|
|
||||||
You can rollback configuration using the rollback command. This command will
|
You can rollback configuration using the rollback command. This command will
|
||||||
apply the selected revision and trigger a system reboot.
|
apply the selected revision and trigger a system reboot.
|
||||||
@ -434,7 +430,7 @@ apply the selected revision and trigger a system reboot.
|
|||||||
vyos@vyos#
|
vyos@vyos#
|
||||||
|
|
||||||
Configuring the archive size
|
Configuring the archive size
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
""""""""""""""""""""""""""""
|
||||||
|
|
||||||
You can specify the number of revisions stored on disk with ``set system
|
You can specify the number of revisions stored on disk with ``set system
|
||||||
config-management commit-revisions X``, where X is a number between 0 and 65535.
|
config-management commit-revisions X``, where X is a number between 0 and 65535.
|
||||||
@ -451,7 +447,7 @@ You can specify the location with:
|
|||||||
|
|
||||||
* ``set system config-management commit-archive location URL``
|
* ``set system config-management commit-archive location URL``
|
||||||
|
|
||||||
For example, ``set system config-management commit-archive location tftp://10.0.0.1/vyos``.
|
For example, ``set system config-management commit-archive location tftp://10.0.0.1/vyos`.
|
||||||
|
|
||||||
You can specify the location with ``set system config-management commit-archive
|
You can specify the location with ``set system config-management commit-archive
|
||||||
location URL`` command, e.g. ``set system config-management commit-archive
|
location URL`` command, e.g. ``set system config-management commit-archive
|
||||||
|
|||||||
@ -1,10 +1,5 @@
|
|||||||
.. _build:
|
.. _build:
|
||||||
|
|
||||||
|
|
||||||
############
|
|
||||||
Contributing
|
|
||||||
############
|
|
||||||
|
|
||||||
Building VyOS
|
Building VyOS
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,9 @@
|
|||||||
VyOS User Guide
|
VyOS User Guide
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
############
|
||||||
|
Introduction
|
||||||
|
############
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Introduction
|
:caption: Introduction
|
||||||
@ -15,6 +18,9 @@ VyOS User Guide
|
|||||||
cli
|
cli
|
||||||
quick-start
|
quick-start
|
||||||
|
|
||||||
|
######
|
||||||
|
Basics
|
||||||
|
######
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Basics
|
:caption: Basics
|
||||||
@ -26,6 +32,9 @@ VyOS User Guide
|
|||||||
system/index
|
system/index
|
||||||
image-mgmt
|
image-mgmt
|
||||||
|
|
||||||
|
########
|
||||||
|
Advanced
|
||||||
|
########
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Advanced
|
:caption: Advanced
|
||||||
@ -44,6 +53,9 @@ VyOS User Guide
|
|||||||
commandscripting
|
commandscripting
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
|
||||||
|
########
|
||||||
|
Appendix
|
||||||
|
########
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Appendix
|
:caption: Appendix
|
||||||
@ -57,6 +69,9 @@ VyOS User Guide
|
|||||||
appendix/vyos-on-baremetal
|
appendix/vyos-on-baremetal
|
||||||
appendix/migrate-from-vyatta
|
appendix/migrate-from-vyatta
|
||||||
|
|
||||||
|
############
|
||||||
|
Contributing
|
||||||
|
############
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Contributing
|
:caption: Contributing
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
.. _routing:
|
.. _routing:
|
||||||
|
|
||||||
########
|
#######
|
||||||
Advanced
|
|
||||||
########
|
|
||||||
|
|
||||||
*******
|
|
||||||
Routing
|
Routing
|
||||||
*******
|
#######
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user