diff options
| author | David Lamparter <equinox@diac24.net> | 2010-02-05 09:48:45 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-29 08:36:00 +0200 |
| commit | 2071aa0ebbc5701e9b53621f93656c10cb48061b (patch) | |
| tree | 7436a59c5f7249aa00b769fbc849bd129ac86886 /lib/queue.h | |
| parent | 8bd33a03b514d10777ad292f0957cb01d5b9f1a5 (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
