diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-13 19:49:50 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-13 19:49:50 +0100 |
commit | fba55c8ac3d0068c694c98c2b641c622b8a6f189 (patch) | |
tree | c2d665d03d0b6fc5346a5fd4a7885c8ca786a3cb /doc | |
parent | debian: Remove unnecessary dependency on cl-utilties (diff) | |
download | frr-fba55c8ac3d0068c694c98c2b641c622b8a6f189.tar.xz frr-fba55c8ac3d0068c694c98c2b641c622b8a6f189.zip |
doc, vtysh: Fixup of history handling
This fix does two things:
1) If the ${HOME}/.history_quagga file does not exist, create it
for history storing.
2) Allow vtysh -c "..." commands to be stored in history file
as well
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vtysh.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/vtysh.1 b/doc/vtysh.1 index ff4c2b4f8..d144cb642 100644 --- a/doc/vtysh.1 +++ b/doc/vtysh.1 @@ -76,6 +76,9 @@ config file. .BI /etc/quagga/Quagga.conf The default location of the integrated Quagga routing engine config file if integrated config file is in use (not default). +.TP +.BI ${HOME}/.history_quagga +Location of history of commands entered via cli .SH WARNING This man page is intended to be a quick reference for command line options. The definitive document is the Info file \fBQuagga\fR. |