mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
doc: add doc for the vtysh exec-timeout
Add doc section for the vtysh exec-timeout. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
27f237d877
commit
d40aae52da
|
@ -83,6 +83,18 @@ and the :clicmd:`terminal paginate` command:
|
|||
(likely ``more`` or ``/usr/bin/pager``) will be used.
|
||||
|
||||
|
||||
Idle Timeout
|
||||
============
|
||||
|
||||
.. clicmd:: exec-timeout TIMEOUT
|
||||
|
||||
Enable an idle timeout for the vtysh session, in seconds. When
|
||||
configured, the vtysh process will exit if the session is
|
||||
idle. The timeout can be configured via ``vtysh.conf``, via a
|
||||
``-T, --exec-timeout`` command-line option, or in the configure
|
||||
mode. A timeout of zero is equivalent to "no timeout".
|
||||
|
||||
|
||||
Permissions and setup requirements
|
||||
==================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue