diff options
Diffstat (limited to 'lib/vty_io_term.c')
-rw-r--r-- | lib/vty_io_term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty_io_term.c b/lib/vty_io_term.c index aea04734..416968bf 100644 --- a/lib/vty_io_term.c +++ b/lib/vty_io_term.c @@ -164,6 +164,8 @@ uty_term_open(int sock_fd, union sockunion *su) uty_term_write_timeout, 4096) ; /* obuf is required */ + uty_vout_sync_depth(vio) ; /* vin & vout are at same level */ + vf->read_timeout = host.vty_timeout_val ; /* current EXEC timeout */ /* Set up the CLI object & initialise */ |