diff options
| author | Russ White <russ@riw.us> | 2021-04-27 15:14:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 15:14:12 -0400 |
| commit | 0a9fdfee679f02621fe7394d0ba50a246edde202 (patch) | |
| tree | b216e02bc00d45a7066fb0bcdcc5fee025cf3a6e /lib/command.h | |
| parent | 43f337aee81488b1202f8da7ecba1a3b220ca472 (diff) | |
| parent | e3476061fe43394759668082509a2b15cf23a428 (diff) | |
Merge pull request #8527 from opensourcerouting/fixes-20210421
lib: fix zlog assert() & CLI node_exit
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 14e51486ea..7e135dbcf6 100644 --- a/lib/command.h +++ b/lib/command.h @@ -223,6 +223,7 @@ struct cmd_node { #define CMD_SUSPEND 12 #define CMD_WARNING_CONFIG_FAILED 13 #define CMD_NOT_MY_INSTANCE 14 +#define CMD_NO_LEVEL_UP 15 /* Argc max counts. */ #define CMD_ARGC_MAX 256 |
