diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-09-21 09:37:51 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-09-21 09:39:54 +0200 |
commit | 538aa53ceadb3b40cc8d6b1ddc0c240e5a70c179 (patch) | |
tree | 6eb4f906dba034c61f6dd32da4bff63b30486222 | |
parent | Merge pull request #14455 from fdumontet6WIND/fix_coverity_as_path (diff) | |
download | frr-538aa53ceadb3b40cc8d6b1ddc0c240e5a70c179.tar.xz frr-538aa53ceadb3b40cc8d6b1ddc0c240e5a70c179.zip |
doc: domainname MUST be manually written to vtysh.conf also
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r-- | doc/user/vtysh.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/vtysh.rst b/doc/user/vtysh.rst index 1ab54f09a..adbdf3451 100644 --- a/doc/user/vtysh.rst +++ b/doc/user/vtysh.rst @@ -18,8 +18,9 @@ administrator with an external editor. .. warning:: - This also means the ``hostname`` and ``banner motd`` commands (which both do - have effect for vtysh) need to be manually updated in :file:`vtysh.conf`. + This also means the ``hostname``, ``domainname``, and ``banner motd`` commands + (which do have effect for vtysh) need to be manually updated + in :file:`vtysh.conf`. .. clicmd:: copy FILENAME running-config |