summaryrefslogtreecommitdiff
path: root/lib/queue.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2010-02-05 09:48:45 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-29 08:36:00 +0200
commit2071aa0ebbc5701e9b53621f93656c10cb48061b (patch)
tree7436a59c5f7249aa00b769fbc849bd129ac86886 /lib/queue.h
parent8bd33a03b514d10777ad292f0957cb01d5b9f1a5 (diff)
lib: add vty_frame() to get rid of unneeded config
vty_frame() can be used to reduce the amount of output produced by "show running-config" and "write ...". It buffers output in struct vty->frame (1024 bytes) and outputs it when vty_out is called. If vty_out isn't called, it can be removed with vty_endframe() later. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/queue.h')
0 files changed, 0 insertions, 0 deletions