]> git.proxmox.com Git - mirror_frr.git/commit - vtysh/vtysh.h
vtysh: add ability to output to file
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 12 Jan 2018 17:35:19 +0000 (12:35 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 12 Jan 2018 17:38:45 +0000 (12:38 -0500)
commit193a5a9579f3245fd3ca14c491bb1a091cd67814
treeabedacaeb0b0dfea93bd9fe25ba36d9f4b9a8170
parentc1240044fbf081bb7407b1449d3954e4b63fec9f
vtysh: add ability to output to file

Add ability to set file destination for all vtysh output, with the
exception of tab-complete and similar meta output. This is useful for
inline recording of some information without exiting the shell.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_main.c