diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-11-08 06:50:13 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-12-06 23:05:48 +0100 |
commit | 76fd52625de1e00c1cc9d4f49f24b4caaaeeded1 (patch) | |
tree | 20db2afd2944551f10a4f680b2277c28311573a2 /vtysh/vtysh.h | |
parent | *: get rid of most daemons.conf references (diff) | |
download | frr-76fd52625de1e00c1cc9d4f49f24b4caaaeeded1.tar.xz frr-76fd52625de1e00c1cc9d4f49f24b4caaaeeded1.zip |
vtysh: rework/straighten pager handling
- no longer try to special-case a custom terminal length; the OS has
procedures for that (SIGWINCH & TIOCGWINSZ)
- only use a pager if requested by CLI command or VTYSH_PAGER. The
behaviour with VTYSH_PAGER set should be compatible to previous
versions.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r-- | vtysh/vtysh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 430b117c5..eb69a20b8 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -98,8 +98,6 @@ void vtysh_config_dump(void); void vtysh_config_init(void); -void vtysh_pager_init(void); - void suid_on(void); void suid_off(void); |