diff options
| author | rebortg <github@ghlr.de> | 2019-08-03 17:55:42 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-08-06 09:35:09 +0200 | 
| commit | adf8669015317edaa65660f11006b2b7e8a5aaf7 (patch) | |
| tree | c2856a075c4ecbac79664773eaf123512ba68997 /docs/configuration-overview.rst | |
| parent | cdd4d727b11b5361051f1c1ad548e265612dc2ae (diff) | |
| download | vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.tar.gz vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.zip  | |
begin chance public IPs to documentation reseverd IPs
Diffstat (limited to 'docs/configuration-overview.rst')
| -rw-r--r-- | docs/configuration-overview.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index ada7ab64..1ed0938f 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -214,10 +214,10 @@ These commands are also relative to the level where they are executed and all re  .. code-block:: sh    [edit] -  vyos@vyos# set interface ethernet eth0 address 1.2.3.4/24 +  vyos@vyos# set interface ethernet eth0 address 203.0.113.6/24    [edit interfaces ethernet eth0] -  vyos@vyos# set address 1.2.3.4/24 +  vyos@vyos# set address 203.0.113.6/24  These two commands above are essentially the same, just executed from different levels in the hierarchy. @@ -227,7 +227,7 @@ Deleting an entry could also mean to reset it back to its default value if the e  .. code-block:: sh    [edit interfaces ethernet eth0] -  vyos@vyos#  delete address 1.2.3.4/24 +  vyos@vyos#  delete address 203.0.113.6/24  Any change you do on the configuration, will not take effect until committed using the `commit` command in configuration mode.  | 
