diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-11-12 17:39:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 17:39:46 +0100 |
commit | 220e485b4d5f2bee07caf2ad698f18e4807dc380 (patch) | |
tree | c72af93c0df5a6e693b110979456e8830deabb06 /doc | |
parent | Merge pull request #5302 from qlyoung/static-stnradsjfsacasecmppnullLLL000 (diff) | |
parent | doc: Add `banner motd <file|line>` sections (diff) | |
download | frr-220e485b4d5f2bee07caf2ad698f18e4807dc380.tar.xz frr-220e485b4d5f2bee07caf2ad698f18e4807dc380.zip |
Merge pull request #5209 from ton31337/feature/banner_motd_from_input
vtysh: Add an option to set banner motd from an input
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/basic.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst index c7d722164..f946c37a7 100644 --- a/doc/user/basic.rst +++ b/doc/user/basic.rst @@ -238,6 +238,17 @@ Basic Config Commands Set default motd string. +.. index:: banner motd file FILE +.. clicmd:: banner motd file FILE + + Set motd string from file. The file must be in directory specified + under ``--sysconfdir``. + +.. index:: banner motd line LINE +.. clicmd:: banner motd line LINE + + Set motd string from an input. + .. index:: no banner motd .. clicmd:: no banner motd |