]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: fix pager compatibility handling
authorDavid Lamparter <equinox@diac24.net>
Wed, 23 Jan 2019 13:15:52 +0000 (14:15 +0100)
committerDavid Lamparter <equinox@diac24.net>
Tue, 19 Feb 2019 13:06:01 +0000 (14:06 +0100)
commit1569f22439101087fdbbb572ba3e80a1b3e4b7ad
tree20e65f9cd94e405ca34ccd1c18031cce5dfa333f
parentb682d930e98a0f7ab39bea2299927c6d5e6e062a
vtysh: fix pager compatibility handling

I just straight up forgot checking VTYSH_PAGER at startup, and the
"terminal paginate" command is only installed to VIEW_NODE so it can't
be processed from vtysh.conf in CONFIG_NODE...

Signed-off-by: David Lamparter <equinox@diac24.net>
vtysh/vtysh.c