]> git.proxmox.com Git - mirror_frr.git/commit
vtysh: add | support
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 14 May 2018 22:13:03 +0000 (18:13 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 6 Jun 2018 16:16:10 +0000 (16:16 +0000)
commit2cddf2fff7394b5a61f9bf3f8fd0b7887b8c5dfa
tree665279f3c080d3210abe9165d84f2e403f9f4503
parentfe6b47b9e90c532ad0c80914f42b1856eebae154
vtysh: add | support

* Rewrite pager implementation
* Replace fprintf() with vty_out()
* Modify vty_out() for better vtysh support
* Remove static global outputfile var
* Remove fp argument from many vtysh functions
* Add some docs for stuff along the way

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/frrstr.c
lib/frrstr.h
lib/vty.c
lib/vty.h
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_config.c