1 Aug
2019
1 Aug
'19
1:59 p.m.
On Thu, Aug 01, 2019 at 09:57:41AM -0400, mike tancsa wrote:
After years of not using vtysh (habit), we are switching to use it for frr6. However, one thing I cant seem to figure out is how to make
terminal paginate
the default ?
Put it in /etc/frr/vtysh.conf
On FreeBSD, I have the environment var set
setenv VTYSH_PAGER '/usr/bin/less -EFX'
Hm, it should default to on if you have VTYSH_PAGER set, not sure what's broken there... -David