diff options
author | rebortg <github@ghlr.de> | 2019-03-21 22:11:04 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-03-21 22:11:04 +0100 |
commit | 8a59878c3c5a39438f709478911f136762d290cc (patch) | |
tree | 253a85ec3f5328d57a830cdb7245fb0eb935c1bd /docs/commandtree/configmode.rst | |
parent | a8c38849ae422494c4df1c8b6b9e9849f434bea2 (diff) | |
download | vyos-documentation-8a59878c3c5a39438f709478911f136762d290cc.tar.gz vyos-documentation-8a59878c3c5a39438f709478911f136762d290cc.zip |
add Config Tree and op mode
Diffstat (limited to 'docs/commandtree/configmode.rst')
-rw-r--r-- | docs/commandtree/configmode.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/commandtree/configmode.rst b/docs/commandtree/configmode.rst new file mode 100644 index 00000000..ca8df284 --- /dev/null +++ b/docs/commandtree/configmode.rst @@ -0,0 +1,26 @@ +.. _commandtree_configmode: + +Configuration mode +------------------ + +.. code-block:: sh + + confirm Confirm prior commit-confirm + comment Add comment to this configuration element + commit Commit the current set of changes + commit-confirm Commit the current set of changes with 'confirm' required + compare Compare configuration revisions + copy Copy a configuration element + delete Delete a configuration element + discard Discard uncommitted changes + edit Edit a sub-element + exit Exit from this configuration level + load Load configuration from a file and replace running configuration + loadkey Load user SSH key from a file + merge Load configuration from a file and merge running configuration + rename Rename a configuration element + rollback Rollback to a prior config revision (requires reboot) + run Run an operational-mode command + save Save configuration to a file + set Set the value of a parameter or create a new element + show Show the configuration (default values may be suppressed)
\ No newline at end of file |