diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-02 11:23:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 11:23:24 -0500 |
commit | c5e75c2d33cdf0f3d004ffc804869fd84e91e476 (patch) | |
tree | 35745a76fee44a4d7a9e02ff421d770093666778 /docs | |
parent | 0f55801a82bef58edcf122943adbeb2ea5c1b1c0 (diff) | |
parent | 20a28ff77946f0c9ff081ed8a37c645a01082c06 (diff) | |
download | vyos-documentation-c5e75c2d33cdf0f3d004ffc804869fd84e91e476.tar.gz vyos-documentation-c5e75c2d33cdf0f3d004ffc804869fd84e91e476.zip |
Merge pull request #139 from currite/add_details_to_wipe_config
add detailed steps to wipe config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration-overview.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index 7d0e8767..f5529274 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -418,4 +418,9 @@ In the case you want to completely delete your configuration and restore the def load /opt/vyatta/etc/config.boot.default + +You will be asked if you want to continue. If you accept, you will have to use `commit` if you want to make the changes active. + +Then you may want to `save` in order to delete the saved configuration too. + .. note:: If you are remotely connected, you will lose your connection. You may want to copy first the config, edit it to ensure connectivity, and load the edited config. |