]> git.puffer.fish Git - matthieu/frr.git/commit
lib/vty: add vty_stdio()
authorDavid Lamparter <equinox@diac24.net>
Thu, 30 May 2013 14:33:45 +0000 (16:33 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 19:08:24 +0000 (15:08 -0400)
commitb764292587a974807f35ce2bd25881626ac9064c
treeadf75564fbd10b9e71a8d4faeda75a77ba581046
parentc5e69a025f7d1c15cd1c49d1b8cf7a0c18bbc377
lib/vty: add vty_stdio()

this introduces a new public/API function to the vty code for opening a
VTY on stdin/stdout.  Intended for unrestricted use by the individual
daemons, i.e. "offical API".

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/vty.c
lib/vty.h