diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-05-14 16:49:33 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-05-28 19:22:54 -0300 | 
| commit | 0b3eed388c88576b947b64863d89bf102547cf07 (patch) | |
| tree | be99c60714a0756ac5a8bb06d5a4fc2864abcab2 /lib/vty.h | |
| parent | 789193362bbf3d39bb2750693fa089de22778d88 (diff) | |
lib: raise VTY_MAXCFGCHANGES to accommodate more complex commands
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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];  | 
