diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:35:50 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:35:50 +0100 | 
| commit | 03eaf80e6fb39a3bf76ae996b0c12c041c11a6a3 (patch) | |
| tree | a2a03a636875ba9679fa5f9b45868babe7512b8e /docs/appendix/commandtree | |
| parent | a71cdcec33caaeb9e9667d66e8248de1a47122a8 (diff) | |
| download | vyos-documentation-03eaf80e6fb39a3bf76ae996b0c12c041c11a6a3.tar.gz vyos-documentation-03eaf80e6fb39a3bf76ae996b0c12c041c11a6a3.zip | |
docs: remove superfluous "vyos@vyos" prompt
Diffstat (limited to 'docs/appendix/commandtree')
| -rw-r--r-- | docs/appendix/commandtree/configmode.rst | 13 | 
1 files changed, 1 insertions, 12 deletions
| diff --git a/docs/appendix/commandtree/configmode.rst b/docs/appendix/commandtree/configmode.rst index 8d675f7e..e286e85f 100644 --- a/docs/appendix/commandtree/configmode.rst +++ b/docs/appendix/commandtree/configmode.rst @@ -259,8 +259,6 @@ Exiting from a configuration level:    [edit interfaces ethernet eth0]    vyos@vyos# exit -  [edit] -  vyos@vyos#  Exiting from configuration mode: @@ -285,8 +283,6 @@ Error message when trying to exit with uncommitted changes:    vyos@vyos# exit    Cannot exit: configuration modified.    Use 'exit discard' to discard the changes and exit. -  [edit] -  vyos@vyos#  Warning message when exiting with unsaved changes: @@ -296,8 +292,6 @@ Warning message when exiting with unsaved changes:    [edit]    vyos@vyos# exit    Warning: configuration changes have not been saved. -  exit -  vyos@vyos:~$  Load  ^^^^ @@ -358,8 +352,6 @@ In the example below exist a ``default-firewall.config`` file with some common f    Loading configuration from '/config/default-firewall.config'...    Merge complete.  Use 'commit' to make changes active. -  [edit] -  vyos@vyos#    vyos@vyos# show firewall    +all-ping enable @@ -418,7 +410,6 @@ See here how to move the configuration entrys from vlanid 3 to 2    -    address 10.4.4.4/32    -}    [edit interfaces ethernet eth1] -  vyos@vyos#  Rollback @@ -439,8 +430,6 @@ Use the compare command to verify the configuration you want to rollback to.    Broadcast message from root@vyos-1 (pts/0) (Tue Dec 17 21:07:45 2018):    The system is going down for reboot NOW! -  [edit] -  vyos@vyos#  Run  ^^^ @@ -521,4 +510,4 @@ Show the hole config, the address and description of eth1 is moving to vlan 2 if     service {         ssh {             port 22 -  ......
\ No newline at end of file +  ...... | 
