diff options
Diffstat (limited to 'docs/appendix')
-rw-r--r-- | docs/appendix/commandtree/configmode.rst | 13 | ||||
-rw-r--r-- | docs/appendix/examples/ospf-unnumbered.rst | 8 |
2 files changed, 1 insertions, 20 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 + ...... diff --git a/docs/appendix/examples/ospf-unnumbered.rst b/docs/appendix/examples/ospf-unnumbered.rst index ac29988e..923e0286 100644 --- a/docs/appendix/examples/ospf-unnumbered.rst +++ b/docs/appendix/examples/ospf-unnumbered.rst @@ -60,8 +60,6 @@ Results lo 127.0.0.1/8 u/u 192.168.0.1/32 ::1/128 - vyos@vyos:~$ - .. code-block:: console @@ -82,8 +80,6 @@ Results C>* 192.168.0.1/32 is directly connected, lo, 00:57:36 O>* 192.168.0.2/32 [110/1] via 192.168.0.2, eth1 onlink, 00:29:03 * via 192.168.0.2, eth2 onlink, 00:29:03 - vyos@vyos:~$ - - Router B: @@ -99,8 +95,6 @@ Results lo 127.0.0.1/8 u/u 192.168.0.2/32 ::1/128 - vyos@vyos:~$ - .. code-block:: console @@ -121,5 +115,3 @@ Results C>* 192.168.0.2/32 is directly connected, lo, 00:57:36 O>* 192.168.0.1/32 [110/1] via 192.168.0.1, eth1 onlink, 00:29:03 * via 192.168.0.1, eth2 onlink, 00:29:03 - vyos@vyos:~$ - |