lib: raise VTY_MAXCFGCHANGES to accommodate more complex commands

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2020-05-14 16:49:33 -03:00
parent 789193362b
commit 0b3eed388c

View File

@ -43,7 +43,7 @@ extern "C" {
#define VTY_MAXHIST 20
#define VTY_MAXDEPTH 8
#define VTY_MAXCFGCHANGES 8
#define VTY_MAXCFGCHANGES 16
struct vty_error {
char error_buf[VTY_BUFSIZ];