diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-10-28 15:14:24 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-10-31 14:02:53 +0100 |
commit | 038984fd3c3ebdfabd316e457a204d0dbd8344ab (patch) | |
tree | faf7d95b71c1751e4fe7448e28ee88151a3bdd5b /doc | |
parent | vtysh: Add an option to set banner motd from an input (diff) | |
download | frr-038984fd3c3ebdfabd316e457a204d0dbd8344ab.tar.xz frr-038984fd3c3ebdfabd316e457a204d0dbd8344ab.zip |
doc: Add `banner motd <file|line>` sections
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
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 |