]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.c
lib/vty: put stdin in raw mode for vty
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 5 May 2015 09:04:46 +0000 (11:04 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 19:09:24 +0000 (15:09 -0400)
commitb510a06e1ff6bf592a4c8aae20281eceea16acc9
tree5968bd0f08b068d65dd8a6e59778b7e65f6a56de
parentb764292587a974807f35ce2bd25881626ac9064c
lib/vty: put stdin in raw mode for vty

The interactive CLI actually works just fine, if we just put the
terminal in raw mode to get keystrokes as they come.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit ba53a8fdecef07577dcc4109e5c82bb124d49c58)
lib/vty.c