diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-09-23 21:16:40 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-09-23 21:16:40 +0200 |
commit | 9b953119b45c29bac549c2ad7c6f308bedac91a9 (patch) | |
tree | 56e89d140d6ea56f4bce7bbc2a4baec05aa6dcc3 /doc/user/vtysh.rst | |
parent | Merge pull request #11982 from samanvithab/bgp_mem_fix (diff) | |
download | frr-9b953119b45c29bac549c2ad7c6f308bedac91a9.tar.xz frr-9b953119b45c29bac549c2ad7c6f308bedac91a9.zip |
doc: Align docs to recommend integrated config
Docs were recommending both integrated and non-integrated
config in different sections. Remove the recommendation
for non-integrated config from vtysh.rst.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/user/vtysh.rst')
-rw-r--r-- | doc/user/vtysh.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/user/vtysh.rst b/doc/user/vtysh.rst index 97b3863ef..1ab54f09a 100644 --- a/doc/user/vtysh.rst +++ b/doc/user/vtysh.rst @@ -177,11 +177,7 @@ Writing the configuration can be triggered directly by invoking *vtysh -w*. This may be useful for scripting. Note this command should be run as either the superuser or the FRR user. -We recommend you do not mix the use of the two types of files. Further, it is -better not to use the integrated :file:`frr.conf` file, as any syntax error in -it can lead to /all/ of your daemons being unable to start up. Per daemon files -are more robust as impact of errors in configuration are limited to the daemon -in whose file the error is made. +We recommend you do not mix the use of the two types of files. .. clicmd:: service integrated-vtysh-config |